Skip to content

Commit

Permalink
feat: enable corepack for update cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Nov 2, 2023
1 parent 308169b commit 95be091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yarn-project/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ ENV XDG_CACHE_HOME /cache
RUN mkdir /cache && chmod 777 /cache
VOLUME [ "/cache" ]

RUN corepack enable

# run as non-root user
RUN addgroup -S aztec && adduser -S aztec -G aztec
USER aztec
Expand Down

0 comments on commit 95be091

Please sign in to comment.