set upgrade iso steps

This commit is contained in:
Jesus
2022-10-28 23:49:59 +08:00
parent be5c8595a1
commit 0dab6b6f05

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 \