FROM ventx/alpine:3.19
ENV BASE_VERSION 0.0.2
ADD rootfs /
RUN apk update && \
apk upgrade && \
apk add \
wget \
ca-certificates \
openssh-client \
curl \
bash \
bash-completion \
ncurses \
gettext \
tar \
mg \
unzip \
jq \
s6 \
rsync && \
rm -rf /var/cache/apk/* && \
update-ca-certificates
CMD ["/bin/bash"]
-
Notifications
You must be signed in to change notification settings - Fork 0
ventx/alpine
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|