|
|
@@ -3,7 +3,7 @@
|
|
|
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
|
|
|
#-------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
-FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-16
|
|
|
+FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-18
|
|
|
|
|
|
# The node image includes a non-root user with sudo access. Use the
|
|
|
# "remoteUser" property in devcontainer.json to use it. On Linux, update
|
|
|
@@ -42,7 +42,6 @@ RUN apt-get update \
|
|
|
google-chrome-stable \
|
|
|
# for Cypress
|
|
|
libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb fonts-noto-cjk \
|
|
|
-
|
|
|
# Clean up
|
|
|
&& apt-get autoremove -y \
|
|
|
&& apt-get clean -y \
|