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 4e40de2 commit f63cfdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ ARG APP_NAME
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 apk add --no-cache clang clang-dev lld musl-dev git sqlite-dev openssl build-base rustup curl

RUN ln -sf /usr/lib/libssl.so.3 /usr/lib/libssl.so && \
ln -sf /usr/lib/libcrypto.so.3 /usr/lib/libcrypto.so
#RUN ln -sf /usr/lib/libssl.so.3 /usr/lib/libssl.so && \
# ln -sf /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 f63cfdc

Please sign in to comment.