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 && \