main
L_DelOff 2023-09-15 20:24:17 +03:00
parent 3f61376218
commit 33ca50816b
1 changed files with 1 additions and 1 deletions

View File

@ -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 \