You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dockerfile 476B

1234567891011
  1. FROM robinthoni/debian-multiarch:jessie
  2. MAINTAINER Robin Thoni <robin@rthoni.com>
  3. RUN apt-get update &&\
  4. apt-get install -y lib32gcc1 wget tar &&\
  5. apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
  6. RUN wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz -O /tmp/steamcmd.tar.gz && mkdir /steamcmd && cd /steamcmd && tar xf /tmp/steamcmd.tar.gz && rm /tmp/steamcmd.tar.gz
  7. RUN cd /steamcmd && ./steamcmd.sh +login anonymous +exit