This commit is contained in:
2024-04-25 17:27:02 +02:00
parent ec7ed3371a
commit 88b045d496

View File

@@ -1,5 +1,9 @@
FROM rust:bullseye AS builder
RUN apt-get update \
&& apt-get install -y cmake \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY . .