We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093fbbf commit 4e93b8eCopy full SHA for 4e93b8e
tools/docker/ubuntu16/Dockerfile renamed to tools/docker/ubuntu/Dockerfile
@@ -1,9 +1,9 @@
1
-FROM mcr.microsoft.com/powershell:ubuntu-16.04
+FROM mcr.microsoft.com/powershell:ubuntu-20.04
2
3
ENV __InContainer 1
4
5
RUN apt update -qq && apt install -q -y wget git apt-transport-https
6
-RUN wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb
+RUN wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb
7
8
RUN apt update -qq && \
9
cd / && \
0 commit comments