Skip to content

Commit

Permalink
chore: remove pnpm from cli container
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Oct 4, 2023
1 parent cc29f73 commit 6b208b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .lagoon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ RUN apk add --no-cache git qpdf imagemagick icu-dev && \
docker-php-ext-enable intl
RUN composer config --global github-protocols https

# Install pnpm. In case we need to run some scripts.
RUN npm install -g [email protected]

COPY --from=builder /tmp/.deploy/cms/composer.json /app/composer.json
COPY --from=builder /tmp/.deploy/cms/composer.lock /app/composer.lock
COPY --from=builder /tmp/.deploy/cms/scaffold /app/scaffold
Expand Down

0 comments on commit 6b208b3

Please sign in to comment.