Skip to content

Commit

Permalink
Add bash to runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dan1elt0m committed Oct 2, 2024
1 parent 8d7d255 commit b5d969a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ FROM alpine:${ALPINE_VERSION} AS runtime
ARG JAVA_HOME="/usr/lib/jvm/default-jvm"
ARG HOME

RUN apk update && apk add --no-cache bash

# Copy Java from base
COPY --from=base $JAVA_HOME $JAVA_HOME

Expand Down

0 comments on commit b5d969a

Please sign in to comment.