1
0

Update 'Dockerfile'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
bunix42 2022-05-04 20:55:29 +00:00
parent 7d39f0c569
commit 2e99c204ca

View File

@ -1,6 +1,7 @@
FROM python:3-alpine
RUN pip install pre-commit
RUN apk add --no-cache git \
&& pip install pre-commit
VOLUME /data