Skip to content

Commit

Permalink
Add --break-system-packages to pip in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurai-youhei committed Jul 17, 2024
1 parent e3421d5 commit 7bbfd45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL maintainer="[email protected]"

COPY --from=build-env /src/dist /tmp/dist
RUN apk add --no-cache py3-pip && \
pip3 install /tmp/dist/*.whl && \
pip3 install /tmp/dist/*.whl --break-system-packages && \
rm -rf /tmp/dist/

RUN apk add --no-cache tini
Expand Down
2 changes: 1 addition & 1 deletion shukujitsu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
THE SOFTWARE.
"""

__version__ = "2024.7.17"
__version__ = "2024.7.17.post1"
# aliases
JP = JPN = Japan
assert __version__ and CountryHoliday and Japan and JP and JPN

0 comments on commit 7bbfd45

Please sign in to comment.