mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
Remove gdb and strace, as we're no longer debugging in containers. Also remove python3-pip, as that's not needed here.
This commit is contained in:
parent
c48f0d60ff
commit
899dba27e8
1 changed files with 0 additions and 6 deletions
|
@ -12,7 +12,6 @@ RUN echo 'deb http://deb.debian.org/debian bullseye-backports main non-free' >>
|
||||||
RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-recommends \
|
RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-recommends \
|
||||||
curl \
|
curl \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
gdb \
|
|
||||||
git \
|
git \
|
||||||
jq \
|
jq \
|
||||||
libsdl2-2.0-0 \
|
libsdl2-2.0-0 \
|
||||||
|
@ -21,14 +20,9 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-reco
|
||||||
locales \
|
locales \
|
||||||
nano \
|
nano \
|
||||||
procps \
|
procps \
|
||||||
python3-pip \
|
|
||||||
strace \
|
|
||||||
wget \
|
wget \
|
||||||
xmlstarlet
|
xmlstarlet
|
||||||
|
|
||||||
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1
|
|
||||||
RUN update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
|
|
||||||
|
|
||||||
# Set the locale
|
# Set the locale
|
||||||
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
|
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
Loading…
Add table
Reference in a new issue