diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-05-22 15:56:29 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-05-22 15:56:29 +0200 |
commit | ba76764c198e9232b3152568008d5aa5199a1fd0 (patch) | |
tree | f3427a1c198274dbf589362c166e542eb746e0fc /mi-gateway/Dockerfile | |
parent | cc2decc957e7cbb2936fa4a8730bf5baa6c21c61 (diff) | |
download | k8s-sandbox-ba76764c198e9232b3152568008d5aa5199a1fd0.tar.gz k8s-sandbox-ba76764c198e9232b3152568008d5aa5199a1fd0.tar.bz2 k8s-sandbox-ba76764c198e9232b3152568008d5aa5199a1fd0.tar.xz k8s-sandbox-ba76764c198e9232b3152568008d5aa5199a1fd0.zip |
wip
Diffstat (limited to 'mi-gateway/Dockerfile')
-rw-r--r-- | mi-gateway/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |