add bash, make, tree
This commit is contained in:
parent
057df6d36e
commit
0335709590
1 changed files with 3 additions and 0 deletions
|
@ -1,12 +1,15 @@
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
bash \
|
||||||
coreutils \
|
coreutils \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
gnupg \
|
gnupg \
|
||||||
|
make \
|
||||||
openssh \
|
openssh \
|
||||||
socat \
|
socat \
|
||||||
|
tree \
|
||||||
vim \
|
vim \
|
||||||
zsh
|
zsh
|
||||||
ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
|
ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
|
||||||
|
|
Loading…
Reference in a new issue