8 lines
292 B
Docker
8 lines
292 B
Docker
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.148.1/containers/python-3/.devcontainer/base.Dockerfile
|
|
FROM mcr.microsoft.com/devcontainers/python:3.12
|
|
|
|
ENV \
|
|
DEBIAN_FRONTEND=noninteractive \
|
|
DEVCONTAINER=true \
|
|
PATH=$PATH:./node_modules/.bin
|