Skip to content

Commit

Permalink
Fixed system package breaking for <python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Jan 12, 2025
1 parent fa89f0b commit 67db58f
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 @@ -17,7 +17,7 @@ RUN apk update && apk add --update tzdata libmagic alpine-sdk libffi libffi-dev

COPY --from=builder /install /usr/local
COPY requirements.txt /requirements.txt
RUN pip3 install -r /requirements.txt --verbose --progress-bar=off --break-system-packages
RUN pip3 install -r /requirements.txt --verbose --progress-bar=off

COPY shuffle_sdk/__init__.py /app/walkoff_app_sdk/__init__.py
COPY shuffle_sdk/shuffle_sdk.py /app/walkoff_app_sdk/app_base.py

0 comments on commit 67db58f

Please sign in to comment.