Skip to content

Commit

Permalink
Add missing Rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek77 authored Jun 7, 2024
1 parent 7259f1c commit b8de348
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile-backend
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ ARG UNAME=lemmy
ARG UID=1000
ARG GID=1000

# AMD64 builder
FROM ${BUILDER_IMAGE} AS build

# These packages are needed when building on ARM/ARM64, but not on x86 for some reason?
RUN apt update && apt install -y clang cmake git golang libclang-dev libssl-dev ninja-build perl

ARG CARGO_BUILD_FEATURES
ARG RUST_RELEASE_MODE
ARG RUSTFLAGS
Expand Down

0 comments on commit b8de348

Please sign in to comment.