Skip to content

Commit

Permalink
fix ld-linux-x86-64.so.2 already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
epoweripione committed Sep 16, 2024
1 parent b638e85 commit 2090d10
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ LABEL Maintainer="Ansley Leung" \
RUN set -ex && \
apk update && \
apk upgrade && \
apk add --no-cache coreutils ca-certificates curl git libc6-compat && \
apkArch="$(cat /etc/apk/arch)" && \
case "$apkArch" in \
x86_64) \
[ -f "/lib64/ld-linux-x86-64.so.2" ] && cp /lib64/ld-linux-x86-64.so.2 /lib/ \
;; \
esac
apk add --no-cache coreutils ca-certificates curl git libc6-compat
# apkArch="$(cat /etc/apk/arch)" && \
# case "$apkArch" in \
# x86_64) \
# [ -f "/lib64/ld-linux-x86-64.so.2" ] && cp /lib64/ld-linux-x86-64.so.2 /lib/ \
# ;; \
# esac


# nginx
Expand Down

0 comments on commit 2090d10

Please sign in to comment.