🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2023-02-24 14:27:02 -05:00
parent be06b27a35
commit 1e3942498a
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -66,7 +66,7 @@ RUN set -ex; \
apk update --update-cache && apk add --no-cache ${PACK_LIST} apk update --update-cache && apk add --no-cache ${PACK_LIST}
RUN curl -q -LSsf "https://github.com/mayswind/AriaNg/releases/download/$ARIANG_VERSION/AriaNg-$ARIANG_VERSION.zip" -o "/tmp/AriaNg-$ARIANG_VERSION.zip" && \ RUN curl -q -LSsf "https://github.com/mayswind/AriaNg/releases/download/$ARIANG_VERSION/AriaNg-$ARIANG_VERSION.zip" -o "/tmp/AriaNg-$ARIANG_VERSION.zip" && \
mkdir -p" /var/www/ariang" && unzip "/tmp/AriaNg-$ARIANG_VERSION.zip" -d "/var/www/ariang" mkdir -p "/var/www/ariang" && unzip "/tmp/AriaNg-$ARIANG_VERSION.zip" -d "/var/www/ariang"
RUN echo "$TIMEZONE" >"/etc/timezone" ; \ RUN echo "$TIMEZONE" >"/etc/timezone" ; \
touch "/etc/profile" "/root/.profile" ; \ touch "/etc/profile" "/root/.profile" ; \