Skip to content

Commit

Permalink
Install bash for confd
Browse files Browse the repository at this point in the history
  • Loading branch information
sukrit007 committed Apr 20, 2016
1 parent 0dfe942 commit 41bf4bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV CONFD_VERSION 0.12.0-alpha3

RUN apk add --no-cache --update \
pcre \
bash \
gettext \
curl \
openssl \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
AMQP_HOST: 'rabbitmq.local'
MONGODB_SERVERS: 'mongo.local:27017'
DISCOVER_MONGO: 'false'
DISCOVER_RABBITMQ: 'true'
DISCOVER_RABBITMQ: 'false'
expose:
- 9000

Expand Down

0 comments on commit 41bf4bd

Please sign in to comment.