Files
rust/.devcontainer/Dockerfile

7 lines
405 B
Docker
Raw Normal View History

2021-03-08 17:19:53 -06:00
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.159.0/containers/rust/.devcontainer/base.Dockerfile
FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1
2019-05-01 13:00:29 -07:00
# [Optional] Uncomment this section to install additional packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>