We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07cdac commit c603f65Copy full SHA for c603f65
.devcontainer/Dockerfile
@@ -5,8 +5,8 @@ ARG VARIANT="16-bullseye"
5
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
6
7
# [Optional] Uncomment this section to install additional OS packages.
8
-# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9
-# && apt-get -y install --no-install-recommends <your-package-list-here>
+RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
+ && apt-get -y install --no-install-recommends python3
10
11
# [Optional] Uncomment if you want to install an additional version of node using nvm
12
# ARG EXTRA_NODE_VERSION=10
0 commit comments