mirror of
https://github.com/Byron/gitoxide
synced 2025-10-06 01:52:40 +02:00
4 lines
108 B
Docker
4 lines
108 B
Docker
ARG VARIANT="1"
|
|
FROM mcr.microsoft.com/devcontainers/rust:${VARIANT}
|
|
RUN apt update && apt install -y cmake
|