We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7133515 commit 8e88496Copy full SHA for 8e88496
Dockerfile
@@ -1,9 +1,10 @@
1
-FROM python:3.10-slim
+FROM ubuntu/python:3.10-22.04_stable
2
3
COPY . /app
4
WORKDIR /app
5
6
-RUN apt-get update && apt-get install --no-install-recommends -y git graphviz cmake\
+RUN apt-get update && apt-get install --no-install-recommends -y gcc-13 \
7
+ g++-13 git graphviz cmake\
8
&& apt-get clean \
9
&& rm -rf /var/lib/apt/lists/*
10
0 commit comments