UPDATED Dockerfile

This commit is contained in:
Marek Lesko
2025-07-10 14:41:31 +00:00
parent 5b69e4d096
commit 49f4fc5f9d
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ COPY mssql/installSQLtools.sh installSQLtools.sh
RUN bash ./installSQLtools.sh \ RUN bash ./installSQLtools.sh \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts && 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. # [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here> # && apt-get -y install --no-install-recommends <your-package-list-here>

BIN
Web/core Normal file

Binary file not shown.