Browse Source

feat: add psql client

pull/110/head
Mickaël Fortunato 6 years ago
parent
commit
da705ed465
  1. 1
      Dockerfile

1
Dockerfile

@ -18,6 +18,7 @@ RUN apk -U add \
ca-certificates \ ca-certificates \
git \ git \
wget \ wget \
postgresql-client \
openssh-client && \ openssh-client && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*

Loading…
Cancel
Save