mirror of
https://github.com/creyD/autopep8_action.git
synced 2026-04-14 12:20:32 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc2267b495 | |||
| 3b42b54814 |
@@ -1,9 +1,9 @@
|
|||||||
FROM node:lts-alpine3.9
|
FROM node:lts-alpine3.9
|
||||||
|
|
||||||
RUN apk update && apk add --no-cache bash git openssh python py-pip
|
RUN apk update && apk add --no-cache bash git openssh python3 py3-pip
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -q --upgrade pip
|
RUN pip3 install --no-cache-dir -q --upgrade pip
|
||||||
RUN pip install --no-cache-dir -q autopep8
|
RUN pip3 install --no-cache-dir -q autopep8
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user