Skip to content

Commit

Permalink
fixes my clumsyness
Browse files Browse the repository at this point in the history
  • Loading branch information
Toon Van Dooren committed Oct 19, 2016
1 parent a1532e2 commit 93c7a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Toon van Dooren <[email protected]>
ADD scripts/backup.sh /scripts/backup.sh

RUN apk upgrade && \
apk add --update bash postgresql-client mysql-client \
apk add --update bash postgresql-client mysql-client && \
chmod -R a+rx /scripts && \
rm -f /var/cache/apk/*

Expand Down

0 comments on commit 93c7a50

Please sign in to comment.