Skip to content

Commit

Permalink
Per #2550, update the MET Dockerfiles to call to update the OS as nee…
Browse files Browse the repository at this point in the history
…ded at build time.
  • Loading branch information
JohnHalleyGotway committed Nov 10, 2023
1 parent 208217e commit 9a18a9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ ENV MET_REPO_DIR /met/MET-${MET_GIT_NAME}
ENV MET_GIT_URL https://github.com/dtcenter/MET
ENV MET_DEVELOPMENT true

#
# Update the OS, as needed.
#
RUN apt update

#
# Set the working directory.
#
Expand Down
5 changes: 5 additions & 0 deletions internal/scripts/docker/Dockerfile.copy
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ ENV MET_REPO_DIR /met/MET-${MET_GIT_NAME}
ENV MET_GIT_URL https://github.com/dtcenter/MET
ENV MET_DEVELOPMENT true

#
# Update the OS, as needed.
#
RUN apt update

#
# Set the working directory.
#
Expand Down

0 comments on commit 9a18a9f

Please sign in to comment.