Skip to content

Commit

Permalink
Merge pull request #239 from Far-Beyond-Dev/tristanpoland-patch-11
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
tristanpoland authored Jan 21, 2025
2 parents f2c44b0 + 7742778 commit eca8745
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
RUN apk add --no-cache clang lld musl-dev git sqlite-dev openssl-dev build-base rustup curl libclang gcc-multilib

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

0 comments on commit eca8745

Please sign in to comment.