mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-10-05 00:42:59 +08:00
21 lines
357 B
Django/Jinja
21 lines
357 B
Django/Jinja
{{ docker.fromOfficial("alpine") }}
|
|
|
|
RUN apk add --no-cache \
|
|
ca-certificates \
|
|
openssl \
|
|
curl \
|
|
bash \
|
|
sed \
|
|
wget \
|
|
zip \
|
|
unzip \
|
|
bzip2 \
|
|
p7zip \
|
|
drill \
|
|
ldns \
|
|
openssh-client \
|
|
rsync \
|
|
git \
|
|
gnupg \
|
|
{{ tools.goreplace() }}
|