Skip to content

Commit

Permalink
build: add linux-headers and build-base dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl0ven committed Feb 9, 2023
1 parent e93195f commit fe8f461
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 @@ -23,7 +23,7 @@ ENV PIP_DEFAULT_TIMEOUT=100 \

# get poetry
RUN apk update \
&& apk add --update --no-cache curl==7.87.0-r1 \
&& apk add --update --no-cache curl==7.87.0-r1 gcc=12.2.1_git20220924-r4 linux-headers=5.19.5-r0 build-base=0.5-r3 \
&& curl -sSL https://install.python-poetry.org | python -

RUN python -m venv "$VENV_PATH"
Expand Down

0 comments on commit fe8f461

Please sign in to comment.