From dc4f9ad6a855986830c0ed09deae1d2adf6b55fe Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 7 Jul 2023 10:22:49 +0200 Subject: [PATCH] Update NG-UI Dockerfile to force uncaching of deb package Change-Id: Idebac79741dc60563ab234eb654b823c6d1bf120 Signed-off-by: garciadeblas --- docker/NG-UI/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/NG-UI/Dockerfile b/docker/NG-UI/Dockerfile index 628e3daf..d07c337d 100644 --- a/docker/NG-UI/Dockerfile +++ b/docker/NG-UI/Dockerfile @@ -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 -- 2.25.1