Skip to content

Commit

Permalink
chore: add GCC to docker image (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-crumbaugh authored Sep 19, 2024
1 parent e8332c4 commit ac649b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apk add git
RUN apk add --update --no-cache nodejs npm

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

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

0 comments on commit ac649b6

Please sign in to comment.