diff --git a/openmapkit/Dockerfile b/openmapkit/Dockerfile index c31999d..7eefd3d 100644 --- a/openmapkit/Dockerfile +++ b/openmapkit/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Disassembler RUN apk --no-cache add python2 -RUN apk --no-cache add nodejs git build-base openjdk8-jre-base py-setuptools py2-pip \ +RUN apk --no-cache add nodejs git build-base openjdk8-jre-base py2-pip \ && git clone --depth 1 https://github.com/AmericanRedCross/OpenMapKitServer /srv/omk \ && cd /srv/omk \ && git submodule update --init \ @@ -14,7 +14,7 @@ RUN apk --no-cache add nodejs git build-base openjdk8-jre-base py-setuptools py2 && addgroup -S omk \ && adduser -S -h /srv/omk -H -s /bin/sh -g omk -G omk omk \ && chown -R omk:omk /srv/omk/data/deployments /srv/omk/data/submissions \ - && apk --no-cache del git build-base py-setuptools py2-pip \ + && apk --no-cache del git build-base py2-pip \ && rm -rf /srv/omk/.git* /srv/omk/api/odk/pyxform/.git* \ && rm -rf /root/* || true