This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 76241db90e67396d26b847b9b65d96937c164485 Author: Dan Klco <[email protected]> AuthorDate: Mon Sep 21 16:58:16 2020 -0400 Fixing path in docker file --- docker/cms/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/cms/Dockerfile b/docker/cms/Dockerfile index 93f9415..067f067 100644 --- a/docker/cms/Dockerfile +++ b/docker/cms/Dockerfile @@ -26,8 +26,8 @@ ENV FM_RUNTIME_CLASSIFIER=${FM_RUNTIME_CLASSIFIER} WORKDIR /opt/slingcms # Install Apache Maven -RUN apt-get update && apt-get install maven -y -COPY /settings.xml /root/.m2/ +RUN apt-get update && apt-get install maven jq -y +COPY settings.xml /root/.m2/ # Setup Sling CMS COPY download-dependencies.sh /opt/slingcms/setup/
