mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
4 lines
No EOL
327 B
Docker
4 lines
No EOL
327 B
Docker
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.236.0/containers/rust/.devcontainer/base.Dockerfile
|
|
# [Choice] Debian OS version (use bookworm on local arm64/Apple Silicon): buster, bullseye, bookworm
|
|
ARG VARIANT="bookworm"
|
|
FROM mcr.microsoft.com/vscode/devcontainers/rust:0-${VARIANT} |