This commit is contained in:
parent
f712505375
commit
52dbf14dca
@ -1,8 +1,6 @@
|
||||
FROM python:3-alpine
|
||||
FROM python:3
|
||||
|
||||
RUN apk add --no-cache git \
|
||||
&& pip install pre-commit
|
||||
&& git config --global --add safe.directory /data
|
||||
RUN pip install pre-commit
|
||||
|
||||
VOLUME /data
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user