Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

alpine

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"]

About

alpine+ container

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages