This commit is contained in:
2026-03-12 01:17:55 +03:00
parent be22de56ca
commit 80ae7531fe
+5
View File
@@ -1,6 +1,11 @@
FROM ubuntu:18.04 FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
software-properties-common \
&& add-apt-repository universe \
&& apt-get update && apt-get install -y \
build-essential \ build-essential \
cmake \ cmake \
curl \ curl \