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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

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