dockerfile cleanup

This commit is contained in:
Robin Appelman 2025-12-10 14:15:43 +01:00
commit 17fda89141

View file

@ -1,5 +1,4 @@
from ubuntu:24.04
maintainer Robin Appelman <robin@icewind.nl>
FROM ubuntu:24.04
RUN echo steam steam/question select "I AGREE" | debconf-set-selections \
&& echo steam steam/license note '' | debconf-set-selections \
@ -21,9 +20,9 @@ RUN echo steam steam/question select "I AGREE" | debconf-set-selections \
USER tf2
ENV USER tf2
ENV HOME /home/$USER
ENV SERVER $HOME/hlserver
ENV USER=tf2
ENV HOME=/home/$USER
ENV SERVER=$HOME/hlserver
ADD --chown=tf2:tf2 tf2_ds.txt update.sh clean.sh tf.sh $SERVER/
RUN mkdir -p $SERVER/tf2 \