Skip to content

Commit

Permalink
Merge pull request #944 from maya-undefined/main
Browse files Browse the repository at this point in the history
python:3.11-slim no longer has gcc
  • Loading branch information
TheoMcCabe authored Jan 3, 2024
2 parents cf209b5 + 295ac74 commit af3dff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.11-slim

RUN apt-get update \
&& apt-get install -y sudo tk tcl
&& apt-get install -y sudo tk tcl gcc

WORKDIR /app

Expand Down

0 comments on commit af3dff6

Please sign in to comment.