Skip to content

Commit

Permalink
why would you clean the cache after installing?
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Oct 24, 2023
1 parent 945168f commit 5166321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/phone-number-privacy/Dockerfile-combiner
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ ARG PACKAGE_SELECTOR=${ONLY_PUBLISHED_DEPENDENCIES:+phone-number-privacy/combine
COPY --from=packages celo-phone-number-privacy/packages/${PACKAGE_SELECTOR} packages/${PACKAGE_SELECTOR}

# Install dependencies and build.
RUN yarn install --network-timeout 100000 --frozen-lockfile && yarn cache clean
RUN yarn -v
RUN yarn install --network-timeout 100000 --frozen-lockfile
RUN yarn build

RUN rm -r .git
Expand Down

0 comments on commit 5166321

Please sign in to comment.