Update 'Dockerfile'
This commit is contained in:
parent
1404486164
commit
df4448667e
10
Dockerfile
10
Dockerfile
@ -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"]
|
Loading…
Reference in New Issue
Block a user