From 1320b632bdaede5940b5d74a0ad33ea17b267ffe Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Fri, 5 Apr 2024 01:42:10 +0300 Subject: [PATCH] less trash logs from `curl` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 016db2e..b5a5055 100755 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN set -x \ # Download and install DepotDownloader ARG DepotDownloader_URL="https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.5.0/DepotDownloader-linux-x64.zip" -RUN curl -L# ${DepotDownloader_URL} | bsdtar -xvf - -C /usr/local/bin/ \ +RUN curl -sSL ${DepotDownloader_URL} | bsdtar -xvf - -C /usr/local/bin/ \ && chmod +x /usr/local/bin/DepotDownloader ENV APPDIR=/root/hlds