lychee/.devcontainer/Dockerfile

4 lines
327 B
Docker
Raw Normal View History

2022-06-17 10:43:48 +00:00
# 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"
2022-06-17 10:43:48 +00:00
FROM mcr.microsoft.com/vscode/devcontainers/rust:0-${VARIANT}