Ravindra commited on
Commit
346c681
·
verified ·
1 Parent(s): ab39990

clean npm cache

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,6 +16,8 @@ RUN apk add --no-cache git python3 py3-pip make g++ build-base cairo-dev pango-d
16
  ENV PUPPETEER_SKIP_DOWNLOAD=true
17
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
18
 
 
 
19
  # Install Flowise globally
20
  RUN npm install -g [email protected]
21
 
 
16
  ENV PUPPETEER_SKIP_DOWNLOAD=true
17
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
18
 
19
+ RUN npm cache clean --force
20
+
21
  # Install Flowise globally
22
  RUN npm install -g [email protected]
23