Skip to content
Snippets Groups Projects
Commit 55d1056b authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Drop the bookworm-rust image, we'll use multipython

parent 48f6f21e
No related branches found
No related tags found
No related merge requests found
# syntax=docker/dockerfile:experimental
FROM rust:bookworm
USER root
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get --allow-releaseinfo-change update && \
apt-get -y dist-upgrade && \
apt-get install -y \
cmake
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment