Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
muleyashutosh committed Jul 17, 2023
1 parent 27c746f commit 0992838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM python:3.10-alpine
ADD . /action
WORKDIR /action
# Install dependencies

RUN apk update && apk add build-base libffi-dev
RUN pip install "Cython<3.0" pyyaml --no-build-isolation
RUN pip install -r requirements.txt

# Set the entrypoint
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PyGithub==1.57
PyYAML==5.4.1
PyYAML==6.0

0 comments on commit 0992838

Please sign in to comment.