mirror of
https://github.com/creyD/autoflake_action.git
synced 2026-04-12 19:40:29 +02:00
Update Dockerfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM python:3.11.3-slim-bullseye
|
||||
|
||||
RUN apt update && apt install -y --no-install-recommends bash git openssh python3 python3-pip
|
||||
# RUN apt update && apt install -y --no-install-recommends git
|
||||
|
||||
RUN pip install --no-cache-dir -q --upgrade pip
|
||||
RUN pip install --no-cache-dir -q autoflake
|
||||
|
||||
Reference in New Issue
Block a user