From 2116e46cddd2a28ebd6c3bedab7270df4de8a0e4 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 11 Jan 2020 13:45:24 +0100 Subject: [PATCH] Added missing curl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55bc51ebc..dcb07cf07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # We use multi stage builds FROM node:12-stretch-slim AS build -RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq git jq python +RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq git jq python curl RUN npm install -g bower # install tini in this stage to avoid the need of jq and python