Skip to content

Commit f270ab3

Browse files
committed
Update Dockerfile
1 parent 7133515 commit f270ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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 g++-13 git graphviz cmake\
77
&& apt-get clean \
88
&& rm -rf /var/lib/apt/lists/*
99

0 commit comments

Comments
 (0)