Skip to content

Commit

Permalink
[Fix] Remove the command to copy ld-linux-x86-64.so.2 in Dockerfile-m…
Browse files Browse the repository at this point in the history
…orphodita.

It is not necessary in the recent Alpine Linux-based images.
  • Loading branch information
ledsoft committed Apr 15, 2024
1 parent e6b7856 commit 632ec7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile-morphodita
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ FROM eclipse-temurin:11-jdk-alpine as runtime
ARG MORPHODITA_ZIP_SO
# Work around an issue with missing library on Alpine Linux - https://www.svlada.com/fun-times-with-gcc-musl-alpine-linux/
RUN apk add --update --no-cache libc6-compat
RUN cp -n /lib64/ld-linux-x86-64.so.2 /lib/
COPY --from=buildMaven /annotace/core/build/libs/annotace-*.jar /
RUN mv *.jar annotace.jar
COPY --from=unzip /morphodita/$MORPHODITA_ZIP_SO /lib
Expand Down

0 comments on commit 632ec7a

Please sign in to comment.