Install bash which might be needed by some startup scripts.
This commit is contained in:
parent
519900adc8
commit
c1d600ab9b
@ -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" ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user