docker: remove unneeded git dep
continuous-integration/drone/push Build is passing Details

master
pictuga 2021-12-10 15:14:50 +00:00
parent 27d8f06308
commit b2600152ea
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml
RUN apk add --no-cache python3 py3-pip py3-wheel py3-lxml
ADD . /app
RUN pip3 install --no-cache-dir /app[full]