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 \
git \
wget \
postgresql-client \
openssh-client && \
rm -rf /var/cache/apk/*

Loading…
Cancel
Save