Tag: jni

如何让Alpine Java上运行Libsodium

我试图在Alpine Java docker镜像上运行Libsodium。 RUN "apk update && apk upgrade" RUN "apk add –no-cache ca-certificates wget && update-ca-certificates" RUN "apk add –no-cache openssl build-base libffi libsodium" 但是当我运行容器时,Java崩溃了。 # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f0f25b65ceb, pid=22, tid=0x00007f0f265f7700 # # JRE version: Java(TM) SE Runtime Environment (8.0_131-b11) […]