mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-08 04:17:14 +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 \
|
||||
&& 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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue