Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
w4 committed Jan 15, 2024
1 parent 4f1b17b commit 8c365e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM rust:1.71-slim AS builder

RUN apt-get update && apt-get install -y libssl-dev pkg-config
RUN rustup component add rustfmt
RUN apt-get update && apt-get install -y libssl-dev pkg-config clang

COPY . /sources
WORKDIR /sources
Expand Down

0 comments on commit 8c365e2

Please sign in to comment.