chore: remove exa -> ls and bat -> cat replacements from dogfood img (#3695)

This commit is contained in:
Dean Sheather
2022-08-26 04:03:27 +10:00
committed by GitHub
parent 7a77e55bd4
commit 8a446837d4
-3
View File
@@ -299,10 +299,7 @@ ENV PATH=$PATH:/usr/local/go/bin
RUN update-alternatives --install /usr/local/bin/gofmt gofmt /usr/local/go/bin/gofmt 100
COPY --from=go /tmp/bin /usr/local/bin
COPY --from=rust-utils /tmp/bin /usr/local/bin
RUN mv /usr/local/bin/exa /usr/local/bin/ls
RUN mv /usr/local/bin/bat /usr/local/bin/cat
USER coder