diff --git a/Dockerfile b/Dockerfile index d0dd010fc6..7cd3f6922b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk --update add nodejs npm git FROM base as node COPY package*.json . -RUN npm install +RUN npm install && npm cache clean --force FROM base as hugo ARG HUGO_VERSION=0.116.1