Skip to content

Commit

Permalink
remove git
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 23, 2024
1 parent 0628df2 commit 7c50f5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ FROM common as runtime

RUN apt-get install -y \
openjdk-11-jre \
openjfx \
git
openjfx

COPY --from=build ${TARGET}/product-${VERSION}.jar ${TARGET}/phoebus.jar
COPY --from=build ${TARGET}/lib ${ROOT}/${TARGET}/lib
Expand Down

0 comments on commit 7c50f5d

Please sign in to comment.