Update Dockerfile
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 12s

This commit is contained in:
merith-tk 2024-11-04 10:25:55 -08:00
parent a1e2709b34
commit d507e52df8

View file

@ -1 +1,14 @@
FROM alpine:3.12
FROM docker:cli
RUN apk update && \
apk add --no-cache \
git \
tar \
zip \
unzip \
gzip \
bzip2 \
xz \
curl \
bash && \
rm -rf /var/cache/apk/*