Remove duplicit git from OpenMapKit Dockerfile

This commit is contained in:
Disassembler 2017-12-21 13:22:11 +01:00
parent 0a903f9a6e
commit abe1ef01c3

View File

@ -7,7 +7,7 @@ RUN \
RUN \ RUN \
# Install runtime dependencies # Install runtime dependencies
apk --no-cache add nodejs git openjdk8-jre-base \ apk --no-cache add nodejs openjdk8-jre-base \
# Install build dependencies # Install build dependencies
&& apk --no-cache add --virtual .deps git build-base paxctl py2-pip \ && apk --no-cache add --virtual .deps git build-base paxctl py2-pip \
# Fix grsec attributes to loosen memory protection restrictions # Fix grsec attributes to loosen memory protection restrictions