generated from oci/template
Update Dockerfile
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 12s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 12s
This commit is contained in:
parent
a1e2709b34
commit
d507e52df8
1 changed files with 14 additions and 1 deletions
15
Dockerfile
15
Dockerfile
|
@ -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/*
|
Loading…
Reference in a new issue