aboutsummaryrefslogtreecommitdiff
path: root/mi-gateway/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'mi-gateway/Dockerfile')
-rw-r--r--mi-gateway/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mi-gateway/Dockerfile b/mi-gateway/Dockerfile
index d657cc3..ae3062b 100644
--- a/mi-gateway/Dockerfile
+++ b/mi-gateway/Dockerfile
@@ -4,6 +4,8 @@ WORKDIR /opt
COPY package*.json ./
+RUN apt update && apt full-upgrade
+RUN apt install postgresql-client
RUN npm install
# If you are building your code for production
# RUN npm ci --only=production