Skip to content
Snippets Groups Projects
Verified Commit 614418b5 authored by Louis's avatar Louis :fire:
Browse files

Create subfolder for commands, install libfontconfig

parent 191853d9
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,10 @@ ARG PLATFORM="linux.x86_64"
ARG GODOT_VERSION="4.3-stable"
RUN apt-get update \
&& apt-get install -y wget unzip \
&& apt-get install -y wget unzip libfontconfig1 \
&& rm -rf /var/lib/apt/lists/*
COPY ./godot_build.sh /usr/bin/godot_build
COPY ./godot_install.sh /usr/bin/godot_install
COPY commands/godot_build.sh /usr/bin/godot_build
COPY commands/godot_install.sh /usr/bin/godot_install
RUN godot_install $GODOT_VERSION $PLATFORM && cp ./godot /usr/bin/godot
\ No newline at end of file
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment