mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 06:41:17 +00:00
Add 64 bit SDL library.
This commit is contained in:
parent
3ee9dd9d89
commit
a9a2aa7af9
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-reco
|
||||||
lib32gcc-s1 \
|
lib32gcc-s1 \
|
||||||
lib32stdc++6 \
|
lib32stdc++6 \
|
||||||
libcurl4:i386 \
|
libcurl4:i386 \
|
||||||
libsdl2-2.0-0:i386 \
|
libsdl2-2.0-0:i386 \
|
||||||
|
libsdl2-2.0-0 \
|
||||||
libcap2 \
|
libcap2 \
|
||||||
locales \
|
locales \
|
||||||
procps \
|
procps \
|
||||||
|
|
Loading…
Add table
Reference in a new issue