Skip to content

Commit 8e88496

Browse files
committed
Update Dockerfile
1 parent 7133515 commit 8e88496

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM python:3.10-slim
1+
FROM ubuntu/python:3.10-22.04_stable
22

33
COPY . /app
44
WORKDIR /app
55

6-
RUN apt-get update && apt-get install --no-install-recommends -y git graphviz cmake\
6+
RUN apt-get update && apt-get install --no-install-recommends -y gcc-13 \
7+
g++-13 git graphviz cmake\
78
&& apt-get clean \
89
&& rm -rf /var/lib/apt/lists/*
910

0 commit comments

Comments
 (0)