| commit | 76241db90e67396d26b847b9b65d96937c164485 | [log] [tgz] |
|---|---|---|
| author | Dan Klco <dklco@apache.org> | Mon Sep 21 16:58:16 2020 -0400 |
| committer | Dan Klco <dklco@apache.org> | Mon Sep 21 16:58:16 2020 -0400 |
| tree | 78b1640101492426183b37a2cb466cb0d01ef7f8 | |
| parent | 4faa59464e8304e4485f49ce2cea147ec26646f2 [diff] |
Fixing path in docker file
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 @@ 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/