mirror of
https://github.com/creyD/autopep8_action.git
synced 2026-04-14 20:30:32 +02:00
Moved install commands to docker file
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
FROM python:3
|
||||
|
||||
RUN pip install --no-cache-dir -q --upgrade pip
|
||||
RUN pip install --no-cache-dir -q autopep8
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user