mirror of
https://github.com/creyD/autopep8_action.git
synced 2026-04-12 19:40:28 +02:00
Removed apk upgrade from the dockerfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM node:lts-alpine3.9
|
FROM node:lts-alpine3.9
|
||||||
|
|
||||||
RUN apk update && apk upgrade && apk add --no-cache bash git openssh python py-pip
|
RUN apk update && 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