Skip to content

Commit

Permalink
Added preinstalled packages to dockerfile comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraves2 committed Sep 9, 2023
1 parent ff6f09e commit ae396fc
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,6 +1,7 @@
FROM mcr.microsoft.com/devcontainers/base:ubuntu


# git already installed
# docker already installed
# python already installed
RUN apt-get -y update
RUN apt-get -y upgrade
Expand Down

0 comments on commit ae396fc

Please sign in to comment.