Skip to content
Snippets Groups Projects
Commit cedf93f6 authored by ThanKarab's avatar ThanKarab Committed by kfilippopolitis
Browse files

Removed curl installation because build was failing.

parent c899bb95
No related branches found
No related tags found
1 merge request!19Feat/186 experiment refactor
......@@ -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