Skip to content

Commit

Permalink
chore: add pnpm into docker image (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-crumbaugh authored Sep 24, 2024
1 parent 6cc5c60 commit 6336bd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ FROM golang:1.22-alpine3.20
RUN apk update
RUN apk add git

### Install Node
### Install Node / NPM
RUN apk add --update --no-cache nodejs npm
RUN npm install -g pnpm # install pnpm

### Install Python
RUN apk add --update --no-cache python3 py3-pip python3-dev build-base
RUN apk add --update --no-cache python3 py3-pip python3-dev

### Install Poetry and validate
RUN apk add --update --no-cache poetry
Expand Down

0 comments on commit 6336bd7

Please sign in to comment.