Skip to content

Commit

Permalink
add tmp bash instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Aug 1, 2018
1 parent a311fec commit 886867c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _provisioning/db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ LABEL NAME=tricoteuses-db
LABEL VERSION=1

RUN apk update && apk upgrade && \
apk add --no-cache git wget
apk add --no-cache git wget bash

ADD ./_dumps _dumps/

EXPOSE 5432

0 comments on commit 886867c

Please sign in to comment.