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