set upgrade iso steps

This commit is contained in:
Jesus 2022-10-28 23:49:59 +08:00
parent be5c8595a1
commit 0dab6b6f05
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -3,6 +3,8 @@ LABEL MAINTAINER="heckyel@riseup.net"
# Install needed packages
RUN set -xe \
&& apk update \
&& apk upgrade \
&& apk add --no-cache --purge -uU \
# Install gitolite
gitolite git openssh \