Install bash which might be needed by some startup scripts.

This commit is contained in:
Stanislav Nikitin 2019-10-12 03:32:24 +05:00
parent 519900adc8
commit c1d600ab9b
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache openjdk11-jre-headless openjdk11-jdk
RUN apk add --no-cache bash openjdk11-jre-headless openjdk11-jdk
VOLUME [ "/data" ]