Skip to content

Commit 4a9b3d1

Browse files
committed
VCI-288: Update dockerfile
1 parent baad9b9 commit 4a9b3d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vc-platform-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0-alpine
1111
COPY --from=build platform /opt/virtocommerce/platform
1212
COPY YamlDotNet.dll /opt/virtocommerce/platform/app_data/modules
1313

14-
RUN apt-get update && apt-get install -y wget fontconfig libfreetype6 libx11-6 libxcb1 libxext6 libxrender1 xfonts-75dpi xfonts-base libjpeg62-turbo \
15-
&& wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_amd64.deb && dpkg -i wkhtmltox_0.12.6-1.buster_amd64.deb
14+
# RUN apt-get update && apt-get install -y wget fontconfig libfreetype6 libx11-6 libxcb1 libxext6 libxrender1 xfonts-75dpi xfonts-base libjpeg62-turbo \
15+
# && wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_amd64.deb && dpkg -i wkhtmltox_0.12.6-1.buster_amd64.deb
1616

1717
WORKDIR /opt/virtocommerce/platform
1818

0 commit comments

Comments
 (0)