Skip to content

Commit

Permalink
[dotnet][dotnet-vnc] Temporarily revert packages-microsoft-prod.deb f…
Browse files Browse the repository at this point in the history
…rom 20.04 to 19.10

Because 20.04 doesn't exist yet.
  • Loading branch information
jankeromnes committed Apr 15, 2020
1 parent fa2471e commit ab5443d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet-vnc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gitpod/workspace-full-vnc:latest

USER root
RUN wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb && \
RUN wget -q https://packages.microsoft.com/config/ubuntu/19.10/packages-microsoft-prod.deb && \
dpkg -i packages-microsoft-prod.deb && \
rm -rf packages-microsoft-prod.deb && \
add-apt-repository universe && \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gitpod/workspace-full:latest

USER root
RUN wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb && \
RUN wget -q https://packages.microsoft.com/config/ubuntu/19.10/packages-microsoft-prod.deb && \
dpkg -i packages-microsoft-prod.deb && \
rm -rf packages-microsoft-prod.deb && \
add-apt-repository universe && \
Expand Down

0 comments on commit ab5443d

Please sign in to comment.