mirror of
https://github.com/creyD/autopep8_action.git
synced 2026-04-17 22:00:31 +02:00
Used alpine docker image instead of python
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
FROM python:3
|
FROM node:lts-alpine3.9
|
||||||
|
|
||||||
|
RUN apk update && apk upgrade && apk add --no-cache bash git openssh python py-pip
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -q --upgrade pip
|
RUN pip install --no-cache-dir -q --upgrade pip
|
||||||
RUN pip install --no-cache-dir -q autopep8
|
RUN pip install --no-cache-dir -q autopep8
|
||||||
|
|||||||
Reference in New Issue
Block a user