Skip to content
Snippets Groups Projects
Commit 8e21f0c6 authored by ThanKarab's avatar ThanKarab
Browse files

Removed curl installation because build was failing.

parent 9fc8560a
No related branches found
No related tags found
1 merge request!17Feat/elk stack
......@@ -14,8 +14,7 @@ RUN cp /usr/share/maven/ref/settings-docker.xml /root/.m2/settings.xml \
FROM hbpmip/java-base:11.0.1-1
RUN apt-get update && apt-get install -y --no-install-recommends curl \
&& rm -rf /var/lib/apt/lists/* /tmp/*
RUN rm -rf /var/lib/apt/lists/* /tmp/*
COPY docker/config/application.tmpl /opt/portal/config/application.tmpl
COPY docker/README.md docker/run.sh /opt/portal/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment