update docker file

This commit is contained in:
Mihhail 2024-09-06 16:23:38 +03:00
parent 3b3f0eb49b
commit cbca7849d8

View file

@ -1,23 +1,11 @@
FROM debian:jessie
FROM debian:buster
## The Data from the official point release.
ENV ioquake_data linuxq3apoint-1.32b-3.x86.run
RUN echo "deb http://httpredir.debian.org/debian jessie contrib" >> /etc/apt/sources.list && \
apt-get update && \
apt-get install -y quake3-server \
wget \
curl && \
apt-get clean
RUN rm -rf \
/var/lib/apt/lists/* \
/tmp/* \
/var/tmp/* \
/usr/share/locale/* \
/var/cache/debconf/*-old \
/var/lib/apt/lists/* \
/usr/share/doc/*
RUN apt-get update && \
apt-get install -y quake3-server wget curl && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/locale/* /var/cache/debconf/*-old /usr/share/doc/*
WORKDIR /usr/share/games/quake3