Skip to content

Commit

Permalink
less trash logs from curl
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Apr 4, 2024
1 parent 73d24ad commit 1320b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1320b63

Please sign in to comment.