diff --git a/Dockerfile b/Dockerfile index 9ffe5abc512..a72c2fe5003 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,13 +48,13 @@ RUN apt install -y software-properties-common RUN add-apt-repository universe -y RUN apt install -y apt-transport-https RUN apt update -y -RUN apt install -y dotnet-sdk-3.1 +RUN apt install -y dotnet-sdk-6.0 # Required for "with-go" profile RUN apt install -y golang # Required for "with-python" profile -RUN apt install -y python-setuptools python +RUN apt install -y python-setuptools python3 python-is-python3 # Required for running on Windows systems RUN apt install -y dos2unix