Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
🔧 fix(docker): python3-dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jun 8, 2024
1 parent 2bb3c5c commit dd32c98
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 @@ -19,7 +19,7 @@ RUN apk update
# https://gist.github.com/deliro/509b663093ff0f49c1b71e1876597ccb
RUN apk add --no-cache --virtual .build-deps \
g++ \
python-dev \
python3-dev \
libxml2 \
libxml2-dev && \
apk add libxslt-dev && \
Expand Down

0 comments on commit dd32c98

Please sign in to comment.