Skip to content

Commit

Permalink
Remove python 3.13 from debian image
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-debricked committed Jan 9, 2025
1 parent f607be5 commit 4dfe51a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ RUN apt -y update && apt -y upgrade && apt -y install \
# Symlink go binary to bin directory which is in path
ln -s /usr/lib/go-$GOLANG_VERSION/bin/go /usr/bin/go

RUN apt -y remove python3.13 # This is to not conflict with the python3.12 installation

RUN dotnet --version

RUN apt update -y && \
Expand Down

0 comments on commit 4dfe51a

Please sign in to comment.