Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland committed Feb 3, 2025
1 parent f63cfdc commit ad0ec0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ ARG APP_NAME=horizon-server
################################################################################
# Create a stage for building the application.

FROM rust:${RUST_VERSION}-alpine AS build
FROM rust:${RUST_VERSION}-bullseye AS build
ARG APP_NAME
WORKDIR /app

# Install host build dependencies.
RUN apk add --no-cache clang clang-dev lld musl-dev git sqlite-dev openssl build-base rustup curl
RUN apt-get update
RUN apt-get install libssl-dev -y

#RUN ln -sf /usr/lib/libssl.so.3 /usr/lib/libssl.so && \
# ln -sf /usr/lib/libcrypto.so.3 /usr/lib/libcrypto.so
Expand Down

0 comments on commit ad0ec0f

Please sign in to comment.