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

Switch to root for godot install

parent 004fe6e9
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,11 @@ ARG PLATFORM="linux.x86_64"
ARG GODOT_VERSION="4.3-stable"
ARG BUTLER_VERSION="15.12.0"
RUN sudo apt-get update \
&& sudo apt-get install -y git libfontconfig1 \
&& sudo rm -rf /var/lib/apt/lists/*
USER root
RUN apt-get update \
&& apt-get install -y git libfontconfig1 \
&& rm -rf /var/lib/apt/lists/*
COPY commands/godot_build.sh /usr/bin/godot_build
COPY commands/godot_build_web.sh /usr/bin/godot_build_web
......
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