Skip to content

Commit

Permalink
Update Dockerfile - apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Oct 11, 2023
1 parent 4083631 commit 48198b6
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 update
RUN apt-get install -y --no-install-recommends default-jre-headless
RUN mkdir -p /root/.local/bin/lib
COPY --from=builder /root/.local/bin /root/.local/bin
Expand Down

0 comments on commit 48198b6

Please sign in to comment.