diff --git a/Dockerfile b/Dockerfile index ab22489a360fba578ff6c9c78ed12fbbccc9f902..aa100c9cdbb34be6fe7d7d782a030c1476522e13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ WORKDIR /opt/ ENV CONFIG_DIR=/mnt/config ENV CUB_CLASSPATH='"/usr/share/java/cp-base-new/*"' COPY scripts/licenses /licenses -COPY jsonnet /usr/local/bin/jsonnet +# COPY jsonnet /usr/local/bin/jsonnet COPY scripts/ /opt RUN chmod -R ag+wx "/opt"