Skip to content

Commit

Permalink
add build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Nov 28, 2024
1 parent 2f6ffc6 commit eebd0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/native-image/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ ENV JAVA_HOME=/opt/java/openjdk
COPY --from=eclipse-temurin:21 $JAVA_HOME $JAVA_HOME
ENV PATH="${JAVA_HOME}/bin:${PATH}"
RUN apt-get update
RUN apt-get install -y build-essential
RUN apt-get install -y git
RUN git config --global --add safe.directory '*'

0 comments on commit eebd0fb

Please sign in to comment.