1
1
mirror of https://github.com/Byron/gitoxide synced 2025-10-06 01:52:40 +02:00
Files
gitoxide/.devcontainer/Dockerfile
2024-08-09 17:46:58 +00:00

4 lines
108 B
Docker

ARG VARIANT="1"
FROM mcr.microsoft.com/devcontainers/rust:${VARIANT}
RUN apt update && apt install -y cmake