Skip to content

Commit

Permalink
avoid download prompt for corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jun 15, 2024
1 parent 29d9218 commit a4a9c84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ ARG BUILD_ALL=1
# install php and js dependencies and build assets
# avoid installing cypress
ENV CYPRESS_INSTALL_BINARY=0
# avoid download prompt
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT = 0
# enable new yarn
RUN corepack enable
# some ini settings are set on the command line to override the restrictive production ones already set
Expand Down

0 comments on commit a4a9c84

Please sign in to comment.