Skip to content

Commit 7df7cdc

Browse files
authored
Merge pull request #10 from nhydock/patch-1
Use linux headless binaries
2 parents 599b6f6 + 16ba73d commit 7df7cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/s
2222
&& wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.29-r0/glibc-2.29-r0.apk \
2323
&& apk add glibc-2.29-r0.apk
2424

25-
RUN wget -q --waitretry=1 --retry-connrefused -T 10 https://downloads.tuxfamily.org/godotengine/$GODOT_VERSION/Godot_v$GODOT_VERSION-stable_linux_server.64.zip -O /tmp/godot.zip \
25+
RUN wget -q --waitretry=1 --retry-connrefused -T 10 https://downloads.tuxfamily.org/godotengine/$GODOT_VERSION/Godot_v$GODOT_VERSION-stable_linux_headless.64.zip -O /tmp/godot.zip \
2626
&& unzip -q -d /tmp /tmp/godot.zip \
2727
&& mv /tmp/Godot* /build/godot
2828

0 commit comments

Comments
 (0)