1
0

Update 'Dockerfile'

This commit is contained in:
2022-05-04 20:25:18 +00:00
parent 1404486164
commit df4448667e
+8 -2
View File
@@ -1,3 +1,9 @@
FROM alpine
FROM python:alpine-3
LABEL maintainer="hanjo@bunix.de"
RUN pip install pre-commit
VOLUME /data
WORKDIR /data
ENTRYPOINT ["pre-commit"]