Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SafeShows authored Feb 3, 2025
1 parent 6f51195 commit 15d9198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ 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 -sn /usr/lib/libssl.so.3 /usr/lib/libssl.so && \
ln -sn /usr/lib/libcrypto.so.3 /usr/lib/libcrypto.so

# Build the application.
# Leverage a cache mount to /usr/local/cargo/registry/
Expand Down

0 comments on commit 15d9198

Please sign in to comment.