Skip to content

Commit

Permalink
Update Dockerfile.arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
azagniotov authored Jan 19, 2024
1 parent f2f4ac6 commit cb8da7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/jdk17/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN git clone --depth 1 --branch $REVISION https://github.com/azagniotov/stubby4

COPY --chown=gradle:gradle .gradle /home/gradle/stubby4j/.gradle

RUN cd stubby4j && gradle -Plog4j -PuseNativeJdkAlpnProcessor clean jar
RUN cd stubby4j
RUN gradle -Plog4j -PuseNativeJdkAlpnProcessor clean jar



Expand Down

0 comments on commit cb8da7c

Please sign in to comment.