mirror of
https://github.com/casjaysdevdocker/aria2
synced 2025-01-18 06:34:24 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
be06b27a35
commit
1e3942498a
@ -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" ; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user