Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonZeolla committed Feb 15, 2024
1 parent d1bc92c commit b5ba2f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.project_name|replace(" ", "")}}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ LABEL org.opencontainers.image.source="https://github.com/SeisoLLC/{{ cookiecutt
LABEL org.opencontainers.image.revision="${COMMIT_HASH}"
LABEL org.opencontainers.image.licenses="{{ cookiecutter.license }}"

# Set noninteractive as an arg so it's only available at build time
ARG DEBIAN_FRONTEND=noninteractive
# hadolint ignore=DL3008,DL3013
RUN apt-get update \
&& apt-get install -y --no-install-recommends software-properties-common \
Expand Down

0 comments on commit b5ba2f9

Please sign in to comment.