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 f270ab3Copy full SHA for f270ab3
Dockerfile
@@ -1,9 +1,9 @@
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 g++-13 git graphviz cmake\
7
&& apt-get clean \
8
&& rm -rf /var/lib/apt/lists/*
9
0 commit comments