Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
attempt to fix build error after merge
  • Loading branch information
ripps818 committed Feb 23, 2024
1 parent 9a8c232 commit dffe74b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,8 @@ RUN dpkg --add-architecture i386 && \
mkdir -pm755 /etc/apt/keyrings && \
wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key && \
wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources && \
&& apt-get update \
&& DEBIAN_FRONTEND="noninteractive" apt-get install -y --install-recommends winehq-${WINE_BRANCH} \
&& rm -rf /var/lib/apt/lists/*
apt-get update
RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y --install-recommends winehq-${WINE_BRANCH}

# Install Windows version of SteamCmd
ENV STEAMCMD_URL="http://media.steampowered.com/installer/steamcmd.zip"
Expand Down

0 comments on commit dffe74b

Please sign in to comment.