Skip to content

Commit

Permalink
Trying to fix debian/pip issue
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-debricked committed Aug 19, 2024
1 parent 81f9640 commit d3d7aa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ 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 python --version
RUN pip --version
RUN pip list

RUN dotnet --version

RUN apt update -y && \
Expand Down

0 comments on commit d3d7aa6

Please sign in to comment.