diff --git a/Dockerfile b/Dockerfile index 0d5f5db..183927f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ ENV NPM_CONFIG_UPDATE_NOTIFIER=false \ NPM_CONFIG_LOGLEVEL=warn \ NODE_ENV=production +# hadolint ignore=DL3003 RUN apt-get update && \ apt-get upgrade -y --no-install-recommends ca-certificates && \ rm -rf /var/lib/apt/lists/* && \