We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4719f8c + 799740d commit 8bd6a58Copy full SHA for 8bd6a58
4 files changed
.devcontainer/Dockerfile
@@ -14,3 +14,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
14
15
# [Optional] Uncomment if you want to install more global node modules
16
# RUN su node -c "npm install -g <your-package-list-here>"
17
+
18
+RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
19
+ && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list
20
+RUN apt-get update && apt-get -y install google-chrome-stable
0 commit comments