mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
fix: dont invoke apt-get with sudo in dockerfile
This commit is contained in:
parent
c606302808
commit
6c67565a0b
|
|
@ -7,7 +7,7 @@ RUN apt-get update \
|
||||||
&& apt-get install -y software-properties-common \
|
&& apt-get install -y software-properties-common \
|
||||||
&& add-apt-repository -y ppa:ubuntu-toolchain-r/test \
|
&& add-apt-repository -y ppa:ubuntu-toolchain-r/test \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& sudo apt-get install -y \
|
&& apt-get install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
python3 \
|
python3 \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue