Skip to content

Commit

Permalink
Merge branch 'release/0.8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
usommerl committed Feb 22, 2022
2 parents 1c0c4ce + 0813781 commit 2b368ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM ghcr.io/graalvm/graalvm-ce:ol8-java17-22.0.0.2 as builder
ARG upx_compression
ARG print_reports
RUN gu install native-image
RUN find /opt/ -regex '.*bin/native-image' | head -1 | xargs -I {} ln -s {} /bin/
RUN curl -L https://www.scala-sbt.org/sbt-rpm.repo | tee /etc/yum.repos.d/sbt-rpm.repo && microdnf install sbt git xz

# BEGIN INSTALL PRE-REQUISITES FOR STATIC NATIVE IMAGES WITH GRAAL >= 20.2.0
Expand Down

0 comments on commit 2b368ef

Please sign in to comment.