Skip to content

Commit

Permalink
Add RUNTIME_PACKAGES
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Sep 2, 2023
1 parent 1d9daad commit 56c18ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ FROM build-deps-get AS prod-release
FROM ${INSTALL_BASE_IMAGE_NAME}:${INSTALL_BASE_IMAGE_TAG} AS prod-install
ARG LANG
ARG SNAPSHOT_VER
ARG RUNTIME_PACKAGES
# ARG AWS_CLI_VER

# Configure apt caching for use with BuildKit.
Expand Down Expand Up @@ -456,6 +457,7 @@ FROM ${INSTALL_BASE_IMAGE_NAME}:${INSTALL_BASE_IMAGE_TAG} AS prod-install
libstdc++6 \
libgcc-s1 \
locales \
# $RUNTIME_PACKAGES \
&& \
# curl -sL https://aquasecurity.github.io/trivy-repo/deb/public.key -o /etc/apt/trusted.gpg.d/trivy.asc && \
# printf "deb https://aquasecurity.github.io/trivy-repo/deb %s main" "$(lsb_release -sc)" | tee -a /etc/apt/sources.list.d/trivy.list && \
Expand Down

0 comments on commit 56c18ab

Please sign in to comment.