Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
liuqwert authored Jul 1, 2019
1 parent dd3b539 commit 1a13a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV PG_VERSION=10

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y acl sudo \
postgresql-client-${PG_VERSION} mysql-client cron vim mongo
postgresql-client-${PG_VERSION} mysql-client cron vim mongodb


VOLUME ["/backupdata"]

0 comments on commit 1a13a7c

Please sign in to comment.