Skip to content

Commit

Permalink
Merge pull request #240 from Far-Beyond-Dev/tristanpoland-patch-12
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
tristanpoland authored Jan 21, 2025
2 parents eca8745 + df51d17 commit 41f91f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG APP_NAME
WORKDIR /app

# Install host build dependencies.
RUN apk add --no-cache clang lld musl-dev git sqlite-dev openssl-dev build-base rustup curl libclang gcc-multilib
RUN apk add --no-cache clang clang-dev lld musl-dev git sqlite-dev openssl-dev build-base rustup curl

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

0 comments on commit 41f91f2

Please sign in to comment.