Update file Dockerfile

This commit is contained in:
Julius Zeidler 2024-03-26 10:16:24 +00:00
parent 5af77d8fe1
commit 8d43d70ede

7
Dockerfile Normal file
View 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" ]