generated from oci/template
merith-tk
d507e52df8
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 12s
14 lines
No EOL
188 B
Docker
14 lines
No EOL
188 B
Docker
FROM docker:cli
|
|
|
|
RUN apk update && \
|
|
apk add --no-cache \
|
|
git \
|
|
tar \
|
|
zip \
|
|
unzip \
|
|
gzip \
|
|
bzip2 \
|
|
xz \
|
|
curl \
|
|
bash && \
|
|
rm -rf /var/cache/apk/* |