Skip to content

Commit ff5b329

Browse files
nhooyrcode-asher
authored andcommitted
Add common utilities to Dockerfile (#488)
1 parent 9680f33 commit ff5b329

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ RUN apt-get update && apt-get install -y \
2424
git \
2525
locales \
2626
sudo \
27-
dumb-init
27+
dumb-init \
28+
vim \
29+
curl \
30+
wget
2831

2932
RUN locale-gen en_US.UTF-8
3033
# We unfortunately cannot use update-locale because docker will not use the env variables

0 commit comments

Comments
 (0)