This commit is contained in:
2023-09-15 20:24:17 +03:00
parent 3f61376218
commit 33ca50816b

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 \