Skip to content

Commit

Permalink
Update Dockerfile - install JRE
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Oct 11, 2023
1 parent 01e40bb commit d1bccf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ RUN du -sh /root/.local/bin
FROM ubuntu:23.10
WORKDIR /conjure
ENV PATH /root/.local/bin:$PATH
RUN apt-get install -y --no-install-recommends default-jre # SR
RUN mkdir -p /root/.local/bin/lib
COPY --from=builder /root/.local/bin /root/.local/bin

Expand Down

0 comments on commit d1bccf0

Please sign in to comment.