beteran-api-kgon-server-ser.../.devcontainer/Dockerfile

10 lines
527 B
Docker
Raw Normal View History

2022-08-20 13:33:05 +00:00
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/rust/.devcontainer/base.Dockerfile
2022-08-05 04:23:17 +00:00
2022-08-20 13:33:05 +00:00
# [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}
2022-08-05 04:23:17 +00:00
2022-08-20 13:33:05 +00:00
# [Optional] Uncomment this section to install additional packages.
2022-08-05 04:23:17 +00:00
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>