Remove GPL package
[multicloud/framework.git] / artifactbroker / packages / docker / Dockerfile
index 5997328..53f23a7 100644 (file)
@@ -17,7 +17,7 @@ USER root
 
 EXPOSE 9014
 
-RUN apk add --no-cache mlocate nss zip unzip jq procps \
+RUN apk add --no-cache mlocate zip unzip jq procps \
                        curl openssh
 
 RUN mkdir -p ${ARTIFACT_DISTRIBUTION_HOME} ${ARTIFACT_LOGS} ${ARTIFACT_HOME}/etc/ssl && \