Skip to content

Commit

Permalink
Upgrade release Dockerfile from Ubuntu 16.04 to 20.04 (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmeister authored Apr 21, 2021
1 parent 093fbbf commit 4e93b8e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/powershell:ubuntu-16.04
FROM mcr.microsoft.com/powershell:ubuntu-20.04

ENV __InContainer 1

RUN apt update -qq && apt install -q -y wget git apt-transport-https
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

RUN apt update -qq && \
cd / && \
Expand Down

0 comments on commit 4e93b8e

Please sign in to comment.