mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-20 22:50:23 +00:00
4 lines
No EOL
315 B
Docker
4 lines
No EOL
315 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 bullseye on local arm64/Apple Silicon): buster, bullseye
|
|
ARG VARIANT="buster"
|
|
FROM mcr.microsoft.com/vscode/devcontainers/rust:0-${VARIANT} |