From e98299b8f887e4dde38a0dbedb93d62a056fb3d1 Mon Sep 17 00:00:00 2001 From: "Tristan Poland (Trident_For_U)" <34868944+tristanpoland@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:09:10 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8b07d92..a06ac87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,7 @@ WORKDIR /app # Install host build dependencies. RUN apk add --no-cache clang clang-dev lld musl-dev git sqlite-dev openssl-dev build-base rustup curl -RUN ln -s /usr/lib/libssl.so.3 /usr/lib/libssl.so && \ - ln -s /usr/lib/libcrypto.so.3 /usr/lib/libcrypto.so +RUN ln -s /usr/lib/libcrypto.so.3 /usr/lib/libcrypto.so # Build the application. # Leverage a cache mount to /usr/local/cargo/registry/