From ba76764c198e9232b3152568008d5aa5199a1fd0 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 22 May 2019 15:56:29 +0200 Subject: wip --- mi-gateway/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mi-gateway/Dockerfile') diff --git a/mi-gateway/Dockerfile b/mi-gateway/Dockerfile index ae3062b..dbb042d 100644 --- a/mi-gateway/Dockerfile +++ b/mi-gateway/Dockerfile @@ -4,8 +4,8 @@ WORKDIR /opt COPY package*.json ./ -RUN apt update && apt full-upgrade -RUN apt install postgresql-client +RUN apt update && apt -y full-upgrade +RUN apt install -y postgresql-client RUN npm install # If you are building your code for production # RUN npm ci --only=production -- cgit v1.2.3