We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea545d1 commit bd0749aCopy full SHA for bd0749a
Dockerfile
@@ -1,6 +1,6 @@
1
FROM docker.io/rust:1-slim-bookworm AS builder
2
WORKDIR /lila-tablebase
3
-RUN apt-get update && apt-get upgrade --yes && apt-get install --yes libclang-dev gcc g++ make
+RUN apt-get update && apt-get upgrade --yes && apt-get install --yes libclang-dev libssl-dev gcc g++ make pkg-config
4
COPY Cargo.toml Cargo.lock ./
5
COPY src src
6
RUN cargo build --release
0 commit comments