diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 8df312e..6a53f6d 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -5,6 +5,9 @@ COPY mssql/installSQLtools.sh installSQLtools.sh RUN bash ./installSQLtools.sh \ && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts +RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \ + echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list && \ + apt-get update && apt-get install -y google-chrome-stable xvfb # [Optional] Uncomment this section to install additional OS packages. # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # && apt-get -y install --no-install-recommends diff --git a/Web/core b/Web/core new file mode 100644 index 0000000..43c011b Binary files /dev/null and b/Web/core differ