diff --git a/build/docker/debian.Dockerfile b/build/docker/debian.Dockerfile index 8fff0b02..01564de6 100644 --- a/build/docker/debian.Dockerfile +++ b/build/docker/debian.Dockerfile @@ -106,6 +106,13 @@ 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 python3 --version +RUN pip3 --version +RUN pip list +RUN python3 -m venv --help + RUN dotnet --version RUN apt update -y && \