Skip to content

Commit

Permalink
Merge pull request #241 from Far-Beyond-Dev/tristanpoland-patch-13
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
tristanpoland authored Jan 21, 2025
2 parents 41f91f2 + 5089f3e commit 6f51195
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ 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

# Build the application.
# Leverage a cache mount to /usr/local/cargo/registry/
# for downloaded dependencies, a cache mount to /usr/local/cargo/git/db
Expand Down

0 comments on commit 6f51195

Please sign in to comment.