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

Elevate privelage for apt commands

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