From 13da3a1ab4c5a04fddedabddacd0f9d5770f1694 Mon Sep 17 00:00:00 2001 From: Gethec <4926029+Gethec@users.noreply.github.com> Date: Thu, 30 Jun 2022 21:20:45 -0500 Subject: [PATCH] Swapped to curl --- SteamCMD-Installer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamCMD-Installer/Dockerfile b/SteamCMD-Installer/Dockerfile index 3675afc..df67262 100644 --- a/SteamCMD-Installer/Dockerfile +++ b/SteamCMD-Installer/Dockerfile @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive \ WORKDIR ${HOME} SHELL ["/bin/bash", "-c"] RUN apt-get update && apt-get install -y --no-install-recommends \ - iproute2 locales software-properties-common unzip wget && \ + curl iproute2 locales software-properties-common unzip && \ locale-gen --lang en_US.UTF-8 && \ add-apt-repository multiverse && \ dpkg --add-architecture i386 && \