We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2fb4a commit ae6e772Copy full SHA for ae6e772
1 file changed
Dockerfile
@@ -109,7 +109,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
109
libfreetype6:i386 \
110
libpulse0:i386 \
111
libva2:i386 \
112
- libgtk2.0-0t64:i386 \
+ libgtk2.0-0:i386 \
113
libgdk-pixbuf2.0-0:i386 \
114
libpango-1.0-0:i386 \
115
libpangocairo-1.0-0:i386 \
@@ -121,8 +121,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
121
libfontconfig1:i386 \
122
libxxf86vm1:i386 \
123
libharfbuzz0b:i386 \
124
- libatk1.0-0t64:i386 \
125
- libglib2.0-0t64:i386 \
+ libatk1.0-0:i386 \
+ libglib2.0-0:i386 \
126
&& rm -rf /var/lib/apt/lists/*
127
128
# steamcmd from Valve's CDN (Ubuntu repos have it via multiverse but
0 commit comments