mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-07 21:58:10 +00:00
fix: dont invoke apt-get with sudo in dockerfile
This commit is contained in:
@@ -7,7 +7,7 @@ RUN apt-get update \
|
||||
&& apt-get install -y software-properties-common \
|
||||
&& add-apt-repository -y ppa:ubuntu-toolchain-r/test \
|
||||
&& apt-get update \
|
||||
&& sudo apt-get install -y \
|
||||
&& apt-get install -y \
|
||||
build-essential \
|
||||
python3 \
|
||||
ninja-build \
|
||||
|
||||
Reference in New Issue
Block a user