X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdocker%2Fproduction%2FDockerfile.stretch;h=911d064f6c26c04ae6d07a1439fadf9270ad255b;hb=904a463c7792837f0a468a522a28448323e48593;hp=7367721f4b6c2e02a1edc5c365f5f2fbd95b5210;hpb=d1e5922379fa85377afec0ef7a8f1bcc070c3afb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/docker/production/Dockerfile.stretch b/support/docker/production/Dockerfile.stretch index 7367721f4..911d064f6 100644 --- a/support/docker/production/Dockerfile.stretch +++ b/support/docker/production/Dockerfile.stretch @@ -57,7 +57,8 @@ USER peertube RUN yarn install --pure-lockfile \ && npm run build \ && rm -r ./node_modules ./client/node_modules \ - && yarn install --pure-lockfile --production + && yarn install --pure-lockfile --production \ + && yarn cache clean USER root