Browse Source

fix: remove -y

pull/7/head
Daniel Gibbs 2 years ago
parent
commit
a6a43cc806
No known key found for this signature in database GPG Key ID: 4D812BAB6228BBA6
  1. 2
      Dockerfile

2
Dockerfile

@ -18,7 +18,7 @@ RUN echo "**** Install SteamCMD ****" \
&& echo steam steam/question select "I AGREE" | debconf-set-selections \
&& echo steam steam/license note '' | debconf-set-selections \
&& dpkg --add-architecture i386 \
&& apt-get update -y \
&& apt-get update \
&& apt-get install -y --no-install-recommends libsdl2-2.0-0:i386 locales steamcmd \
&& ln -s /usr/games/steamcmd /usr/bin/steamcmd \
&& apt-get -y autoremove \

Loading…
Cancel
Save