File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM python :3.7.3
1
+ FROM alpine :3.10.2
2
2
3
3
LABEL maintainer=
"Peter Evans <[email protected] >"
4
4
LABEL repository="https://github.com/peter-evans/create-pull-request"
@@ -11,8 +11,10 @@ LABEL com.github.actions.color="gray-dark"
11
11
12
12
COPY LICENSE README.md /
13
13
14
+ RUN apk add python3-dev git git-lfs
15
+
14
16
COPY requirements.txt /tmp/
15
- RUN pip install --requirement /tmp/requirements.txt
17
+ RUN pip3 install --requirement /tmp/requirements.txt
16
18
17
19
COPY create-pull-request.py /create-pull-request.py
18
- ENTRYPOINT [ "/create-pull-request.py" ]
20
+ ENTRYPOINT [ "/create-pull-request.py" ]
Original file line number Diff line number Diff line change 1
1
GitPython == 3.0.2
2
- PyGithub == 1.43.8
2
+ PyGithub == 1.43.8
You can’t perform that action at this time.
0 commit comments