2021-07-01 02:26:34 +00:00
|
|
|
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/rust/.devcontainer/base.Dockerfile
|
2020-08-11 20:40:09 +00:00
|
|
|
FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1
|
2019-05-01 13:00:29 -07:00
|
|
|
|
2020-08-11 20:40:09 +00: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>
|