sudo
parent
3f61376218
commit
33ca50816b
|
@ -1,7 +1,7 @@
|
||||||
FROM ubuntu:latest as build_stage
|
FROM ubuntu:latest as build_stage
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN sudo apt install -y \
|
RUN apt install -y \
|
||||||
git \
|
git \
|
||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
cmake \
|
||||||
|
|
Loading…
Reference in New Issue