We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentfe48124 commitab45772Copy full SHA for ab45772
dogfood/coder/Dockerfile
@@ -2,7 +2,7 @@ FROM rust:slim@sha256:9abf10cc84dfad6ace1b0aae3951dc5200f467c593394288c11db1e17b
2
# Install rust helper programs
3
# ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
4
ENV CARGO_INSTALL_ROOT=/tmp/
5
-RUN cargo installexa bat ripgreptypos-cli watchexec-cli && \
+RUN cargo install typos-cli watchexec-cli && \
6
# Reduce image size.
7
rm -rf /usr/local/cargo/registry
8
@@ -128,6 +128,7 @@ RUN apt-get update --quiet && apt-get install --yes \
128
asciinema \
129
bash \
130
bash-completion \
131
+bat \
132
bats \
133
bind9-dnsutils \
134
build-essential \
@@ -140,6 +141,7 @@ RUN apt-get update --quiet && apt-get install --yes \
140
141
docker-ce \
142
docker-ce-cli \
143
docker-compose-plugin \
144
+exa \
145
fd-find \
146
file \
147
fish \
@@ -176,6 +178,7 @@ RUN apt-get update --quiet && apt-get install --yes \
176
178
postgresql-16 \
177
179
python3 \
180
python3-pip \
181
+ripgrep \
182
rsync \
183
screen \
184
shellcheck \