truncate history

This commit is contained in:
paul 2017-04-13 10:40:00 +02:00
commit eacd49a84a
2 changed files with 33 additions and 0 deletions

23
Dockerfile Normal file
View file

@ -0,0 +1,23 @@
FROM debian:jessie
MAINTAINER Paul <paul@zom.bi>, Mad <mad@zom.bi>
ENV DEBIAN_FRONTEND noninteractive
# Create user steam
RUN useradd -m -d /home/steam steam
# Install dependencies (and goodies for mods)
RUN apt-get update &&\
apt-get install -y curl lib32gcc1 lib32stdc++6 unzip git
# Download and extract SteamCMD
RUN mkdir -p /opt/steamcmd &&\
cd /opt/steamcmd &&\
curl -s http://media.steampowered.com/installer/steamcmd_linux.tar.gz | tar -vxz
WORKDIR /opt/steamcmd
# update steam
RUN ./steamcmd.sh +quit