Skip to content

Commit

Permalink
switching to eclipse-temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
JBris committed Jan 1, 2025
1 parent 9f0934e commit 1b298e9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile.v2.7.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy-20240911.1
FROM eclipse-temurin:17-jdk-jammy

ARG APP_VERSION

Expand Down Expand Up @@ -26,11 +26,10 @@ RUN apt-get update \
&& rm -rf beast \
&& git clone --depth=1 --branch=${BEAGLE_VERSION} https://github.com/beagle-dev/beagle-lib.git \
&& cd /usr/beagle-lib \
&& ./autogen.sh \
&& ./configure --disable-sse --disable-march-native --prefix=/usr/local \
&& make \
&& mkdir build \
&& cd build \
&& cmake -DBUILD_SSE=OFF -DBUILD=_CUDA=OFF .. \
&& make install \
&& make check \
&& ldconfig \
&& cd /usr \
&& rm -rf /usr/beagle-lib \
Expand Down

0 comments on commit 1b298e9

Please sign in to comment.