Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ COPY . ./app
|
|
| 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 ls /app
|
| 13 |
-
RUN tar -
|
| 14 |
|
| 15 |
# && rm factorio_headless_x64_1.1.87.tar.xz
|
| 16 |
|
|
|
|
| 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 ls /app
|
| 13 |
+
RUN tar -xf /app/factorio_headless_x64_1.1.87.tar.xz
|
| 14 |
|
| 15 |
# && rm factorio_headless_x64_1.1.87.tar.xz
|
| 16 |
|