Skip to content

Commit

Permalink
Add bash to alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau committed Sep 12, 2017
1 parent 60f80ad commit a91d6c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ RUN echo "Building Kafka Manager" \
### STAGE 2: IMAGE ###
FROM openjdk:8u131-jre-alpine
MAINTAINER Hleb Albau <[email protected]>
VOLUME /kafka-manager/configuration

RUN apk update && apk add bash
COPY --from=build /kafka-manager-bin /kafka-manager

VOLUME /kafka-manager/configuration
ENTRYPOINT ["/kafka-manager/bin/kafka-manager"]

0 comments on commit a91d6c6

Please sign in to comment.