diff --git a/Dockerfile b/Dockerfile index 0ec7908..ab12b37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,9 @@ ENV NPM_CONFIG_UPDATE_NOTIFIER=false \ NPM_CONFIG_LOGLEVEL=warn \ NODE_ENV=production -# hadolint ignore=DL3008,DL4006 +# hadolint ignore=DL4006 USER root +# hadolint ignore=DL3008 RUN apt-get update \ && apt-get install -y --no-install-recommends \ python3 \