File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM rust:slim@sha256:9abf10cc84dfad6ace1b0aae3951dc5200f467c593394288c11db1e17b
2
2
# Install rust helper programs
3
3
# ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
4
4
ENV CARGO_INSTALL_ROOT=/tmp/
5
- RUN cargo install exa bat ripgrep typos-cli watchexec-cli && \
5
+ RUN cargo install typos-cli watchexec-cli && \
6
6
# Reduce image size.
7
7
rm -rf /usr/local/cargo/registry
8
8
@@ -128,6 +128,7 @@ RUN apt-get update --quiet && apt-get install --yes \
128
128
asciinema \
129
129
bash \
130
130
bash-completion \
131
+ bat \
131
132
bats \
132
133
bind9-dnsutils \
133
134
build-essential \
@@ -140,6 +141,7 @@ RUN apt-get update --quiet && apt-get install --yes \
140
141
docker-ce \
141
142
docker-ce-cli \
142
143
docker-compose-plugin \
144
+ exa \
143
145
fd-find \
144
146
file \
145
147
fish \
@@ -176,6 +178,7 @@ RUN apt-get update --quiet && apt-get install --yes \
176
178
postgresql-16 \
177
179
python3 \
178
180
python3-pip \
181
+ ripgrep \
179
182
rsync \
180
183
screen \
181
184
shellcheck \
You can’t perform that action at this time.
0 commit comments