Skip to content

Commit

Permalink
durrrrr
Browse files Browse the repository at this point in the history
  • Loading branch information
Loria, Mario committed Aug 31, 2015
1 parent 7f89386 commit 619b721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:jessie
## The Data Installer from ioquake3. See http://ioquake3.org/get-it/
ENV ioquake_data ioquake3-q3a-1.32-9.run

RUN echo "deb http://httpredir.debian.org/debian jessie contrib" && \
RUN echo "deb http://httpredir.debian.org/debian jessie contrib" >> /etc/apt/sources.list && \
apt-get update && \
apt-get install -y quake3-server \
wget && \
Expand Down

0 comments on commit 619b721

Please sign in to comment.