From 2b502d13220072c0230a17fd922a7a4911f0957f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Hed=C3=A9n?= Date: Mon, 19 Aug 2024 13:05:06 +0200 Subject: [PATCH] Trying to fix debian/pip issue --- build/docker/debian.Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/docker/debian.Dockerfile b/build/docker/debian.Dockerfile index 8fff0b02..8a94b98f 100644 --- a/build/docker/debian.Dockerfile +++ b/build/docker/debian.Dockerfile @@ -106,6 +106,11 @@ 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 pip install -U venv + RUN dotnet --version RUN apt update -y && \