enemy7 commited on
Commit
ec7b116
·
1 Parent(s): 0081a30

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,8 +8,8 @@ FROM ubuntu:latest
8
  RUN apt-get update && apt-get install -y wget unzip
9
 
10
  # # Download and install Counter-Strike 1.6 Dedicated Server
11
- RUN wget https://factorio.com/get-download/1.1.87/headless/linux64 -O factorio_headless.tar.xz
12
- RUN tar -xf factorio_headless.tar.xz
13
 
14
  # && rm factorio_headless_x64_1.1.87.tar.xz
15
 
 
8
  RUN apt-get update && apt-get install -y wget unzip
9
 
10
  # # Download and install Counter-Strike 1.6 Dedicated Server
11
+ RUN wget https://factorio.com/get-download/1.1.87/headless/linux64
12
+ RUN tar -xf factorio_headless_x64_1.1.87.tar.xz
13
 
14
  # && rm factorio_headless_x64_1.1.87.tar.xz
15