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/