Skip to content

Commit

Permalink
remove psql-client (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgottscha authored Nov 20, 2019
1 parent 85aa4e6 commit 4926b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-images/mds-agency/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:10.16.3-alpine

RUN apk add --no-cache tini postgresql-client
RUN apk add --no-cache tini

RUN mkdir /mds

Expand Down

0 comments on commit 4926b43

Please sign in to comment.