Skip to content

Commit

Permalink
Add libicu and libssl to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Aug 2, 2024
1 parent decd7f9 commit fb10235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ENV PKHAX_PORT=9000
ENV PKHAX_PRIVATE_KEY_PATH=/app/private.key
EXPOSE 9000

RUN apt-get -y update && apt-get install -y libicu-dev libssl-dev

COPY --from=build /app/publish .

ENTRYPOINT ["./PKHaX"]

0 comments on commit fb10235

Please sign in to comment.