Update file Dockerfile
This commit is contained in:
parent
5af77d8fe1
commit
8d43d70ede
1 changed files with 7 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
FROM alpine
|
||||||
|
|
||||||
|
RUN apk update && \
|
||||||
|
apk add --no-cache curl jq bash git coreutils zip openssh && \
|
||||||
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
CMD [ "bash" ]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue