Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cf377 commit ae19a76Copy full SHA for ae19a76
.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