mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 01:46:10 -04:00
increase tar verbosity
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ RUN \
|
|||||||
curl -o \
|
curl -o \
|
||||||
/tmp/proxy.tar.gz -L \
|
/tmp/proxy.tar.gz -L \
|
||||||
"https://github.com/linuxserver/reverse-proxy-confs/archive/${MOD_VERSION}.tar.gz" && \
|
"https://github.com/linuxserver/reverse-proxy-confs/archive/${MOD_VERSION}.tar.gz" && \
|
||||||
tar xf \
|
tar xvf \
|
||||||
/tmp/proxy.tar.gz -C \
|
/tmp/proxy.tar.gz -C \
|
||||||
/root/defaults/nginx/proxy-confs \
|
/root/defaults/nginx/proxy-confs \
|
||||||
--strip-components=1 \
|
--strip-components=1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user