add python
This commit is contained in:
parent
d9c12885dd
commit
cef9837c80
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache curl diffutils jq bash git coreutils zip openssh zsh nodejs npm yarn docker && \
|
apk add --no-cache curl diffutils jq bash git coreutils zip openssh zsh nodejs npm yarn docker python3 py3-pip && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
CMD [ "zsh" ]
|
CMD [ "zsh" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue