Skip to content

Commit

Permalink
- adds missing update command
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
baywet authored Sep 23, 2021
1 parent 864939d commit 95b4fb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM mcr.microsoft.com/vscode/devcontainers/dotnetcore:5.0

# installs tools required for installation of other tools
RUN apt-get dist-upgrade -y \
RUN apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get install wget apt-transport-https software-properties-common -y

# installs java
Expand Down

0 comments on commit 95b4fb3

Please sign in to comment.