Skip to content

Commit 8a44683

Browse files
authored
chore: remove exa -> ls and bat -> cat replacements from dogfood img (#3695)
1 parent 7a77e55 commit 8a44683

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dogfood/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,7 @@ ENV PATH=$PATH:/usr/local/go/bin
299299
RUN update-alternatives --install /usr/local/bin/gofmt gofmt /usr/local/go/bin/gofmt 100
300300

301301
COPY --from=go /tmp/bin /usr/local/bin
302-
303302
COPY --from=rust-utils /tmp/bin /usr/local/bin
304-
RUN mv /usr/local/bin/exa /usr/local/bin/ls
305-
RUN mv /usr/local/bin/bat /usr/local/bin/cat
306303

307304
USER coder
308305

0 commit comments

Comments
 (0)