File tree Expand file tree Collapse file tree 3 files changed +7
-98
lines changed Expand file tree Collapse file tree 3 files changed +7
-98
lines changed Original file line number Diff line number Diff line change 55WORKDIR /opt
66
77COPY ./new_smart_launch.sh /opt
8- COPY ./factorio.crt /opt
98
109VOLUME /opt/factorio/saves /opt/factorio/mods
1110
@@ -14,13 +13,14 @@ ENV FACTORIO_AUTOSAVE_INTERVAL=2 \
1413 FACTORIO_ALLOW_COMMANDS=false \
1514 FACTORIO_NO_AUTO_PAUSE=false \
1615 FACTORIO_LATENCY_MS=100 \
17- VERSION=0.13.4 \
18- FACTORIO_SHA1=6150d66178c60c0487905e664648f755ff26a252 \
16+ VERSION=0.13.5 \
17+ FACTORIO_SHA1=34d2601e463995a035ebb882ef0e304c11d50249 \
1918 FACTORIO_WAITING=false \
2019 FACTORIO_MODE=normal
2120
22- RUN apk --update add bash curl && \
23- curl -sSL --cacert /opt/factorio.crt https://www.factorio.com/get-download/$VERSION/headless/linux64 -o /tmp/factorio_headless_x64_$VERSION.tar.gz && \
21+ ADD https://www.factorio.com/get-download/$VERSION/headless/linux64 /tmp/factorio_headless_x64_$VERSION.tar.gz
22+
23+ RUN apk --update add bash && \
2424 echo "$FACTORIO_SHA1 /tmp/factorio_headless_x64_$VERSION.tar.gz" | sha1sum -c && \
2525 tar xzf /tmp/factorio_headless_x64_$VERSION.tar.gz && \
2626 rm /tmp/factorio_headless_x64_$VERSION.tar.gz
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ Factorio Server in docker
44
55Current Version
66-----
7- 0.13.4
7+ 0.13.5
88### What's new ?
99#### Factorio
1010See [ factorio's site] ( http://www.factorio.com )
1111#### Docker image
12+ * Refactoring of docker image, will be a bit smaller
1213* IMPORTANT: Factorio has changed a lot, I've refactored the image
1314
1415Versions
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments