increase tar verbosity

This commit is contained in:
aptalca
2024-08-23 17:03:35 -04:00
parent d90747514d
commit 1294feefa9
+1 -1
View File
@@ -14,7 +14,7 @@ RUN \
curl -o \
/tmp/proxy.tar.gz -L \
"https://github.com/linuxserver/reverse-proxy-confs/archive/${MOD_VERSION}.tar.gz" && \
tar xf \
tar xvf \
/tmp/proxy.tar.gz -C \
/root/defaults/nginx/proxy-confs \
--strip-components=1 \