mirror of
https://github.com/mr-vercetti/docker-svencoop-server.git
synced 2025-01-18 18:35:35 +01:00
Fix packages to install and change base image release
This commit is contained in:
parent
0bc536d84c
commit
eb71f1ef32
@ -5,14 +5,13 @@ RUN ${STEAMCMD_DIR}/steamcmd.sh +login anonymous +force_install_dir ${OUTPUT_DIR
|
|||||||
echo "225840" > ${OUTPUT_DIR}/steam_appid.txt
|
echo "225840" > ${OUTPUT_DIR}/steam_appid.txt
|
||||||
|
|
||||||
# Fresh start
|
# Fresh start
|
||||||
FROM debian:stable-slim
|
FROM debian:bullseye-slim
|
||||||
LABEL maintainer="mr-vercetti"
|
LABEL maintainer="mr-vercetti"
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN dpkg --add-architecture i386 && \
|
RUN dpkg --add-architecture i386 && \
|
||||||
apt-get update && apt-get install -y \
|
apt-get update && apt-get install -y \
|
||||||
bzip2 ca-certificates curl libarchive13 libstdc++6 lib32gcc-s1 libssl1.1:i386 \
|
ca-certificates lib32gcc-s1 libstdc++6 libssl1.1:i386 libstdc++6:i386 locales locales-all tmux zlib1g:i386 && \
|
||||||
libstdc++6:i386 locales locales-all tmux zlib1g:i386 p7zip-full tar unzip wget xz-utils && \
|
|
||||||
sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
|
sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
|
||||||
locale-gen --no-purge en_US.UTF-8 && \
|
locale-gen --no-purge en_US.UTF-8 && \
|
||||||
apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
|
apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
|
||||||
|
Loading…
Reference in New Issue
Block a user