Skip to content
Snippets Groups Projects
Commit dc4f9ad6 authored by garciadeblas's avatar garciadeblas
Browse files

Update NG-UI Dockerfile to force uncaching of deb package


Change-Id: Idebac79741dc60563ab234eb654b823c6d1bf120
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent b6dca3ac
No related branches found
Tags v15.0.1
No related merge requests found
......@@ -38,6 +38,7 @@ RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
ARG CACHE_DATE=not_a_date
ARG OSM_NGUI_URL
RUN curl $OSM_NGUI_URL -o osm_ngui.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment