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