Skip to content

Commit d43af49

Browse files
author
Christophe Vandekerchove
committed
Set version to 0.12.35 and refactor
Set version of factorio to 0.12.35 Refactor image to make it more light weight
1 parent b9a40b1 commit d43af49

File tree

3 files changed

+7
-98
lines changed

3 files changed

+7
-98
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ MAINTAINER zopanix <[email protected]>
55
WORKDIR /opt
66

77
COPY ./new_smart_launch.sh /opt
8-
COPY ./factorio.crt /opt
98

109
VOLUME /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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Factorio Server in docker
44

55
Current Version
66
-----
7-
0.13.4
7+
0.13.5
88
### What's new ?
99
#### Factorio
1010
See [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

1415
Versions

factorio.crt

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)