Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
w4 committed Feb 24, 2024
1 parent b819b91 commit e645583
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
@@ -1,6 +1,6 @@
FROM rust:1-slim-bookworm AS builder

RUN apt update && apt install -y make
RUN apt update && apt install -y make pkg-config clang

COPY . /sources
WORKDIR /sources
Expand Down

0 comments on commit e645583

Please sign in to comment.