Skip to content

Commit

Permalink
Update to latest Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
notAreYouScared committed Feb 5, 2019
1 parent baffc77 commit f1070ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openttd/openttd/egg-open-t-t-d-server.json
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"installation": {
"script": "apk add --no-cache sdl-dev fontconfig curl\r\n\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server\r\n\r\ncurl -LSs https:\/\/binaries.openttd.org\/releases\/1.8.0\/openttd-1.8.0-linux-generic-amd64.tar.gz -o openttd.tar.gz\r\n\r\ntar --strip-components=1 -xzvf openttd.tar.gz \r\n\r\nchmod +x openttd\r\n\r\ncurl -LSs https:\/\/binaries.openttd.org\/extra\/opengfx\/0.5.2\/opengfx-0.5.2-all.zip -o opengfx.zip\r\n\r\nunzip opengfx.zip \r\n\r\ntar --strip-components=1 -C baseset\/ -xvf opengfx*.tar\r\n\r\nrm open*zip open*tar open*gz\r\n\r\ncurl https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/openttd\/openttd\/openttd.cfg > openttd.cfg",
"container": "alpine:3.8",
"container": "alpine:3.9",
"entrypoint": "ash"
}
},
Expand Down

0 comments on commit f1070ff

Please sign in to comment.