Clear up ubuntu-cpp.Dockerfile

This commit is contained in:
Erki 2024-06-25 16:04:22 +03:00
parent f8b2e87400
commit 7388ec90c4
3 changed files with 8 additions and 9 deletions

View File

@ -1,8 +0,0 @@
FROM ubuntu:20.04
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -y && apt-get install -y --no-install-recommends git build-essential cmake ninja-build python3 python3-pip
RUN pip3 install --upgrade conan==1.42.1
RUN conan profile new default --detect
RUN conan profile update settings.compiler.libcxx=libstdc++11 default

View File

@ -1,4 +1,4 @@
FROM erki/cpp-ubuntu:latest FROM erki/ubuntu-cpp:latest
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive

7
ubuntu-cpp.Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -y && apt-get install -y --no-install-recommends git build-essential cmake ninja-build python3 pipx python3-sphinx
RUN pipx ensurepath
RUN pipx install breathe