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 d3a9219 commit 74b3b51Copy full SHA for 74b3b51
Aspose.HTML-for-Java.docker/Dockerfile.Redhat
@@ -22,13 +22,8 @@ RUN yum -y --skip-broken install -y ttf-mscorefonts-installer fontconfig
22
RUN fc-list
23
RUN ls
24
25
-# 4. Copy and install xorg-x11-server-Xvfb package
26
-COPY xorg-x11-server-Xvfb-1.20.11-15.el8.x86_64.rpm /tmp/xorg-x11-server-Xvfb-1.20.11-15.el8.x86_64.rpm
27
-RUN yum -y localinstall /tmp/xorg-x11-server-Xvfb-1.20.11-15.el8.x86_64.rpm
28
-RUN ls
29
-
30
RUN yum -y --skip-broken install rpm
31
32
33
-# 5. Set ENTRYPOINT to run the application with Xvfb
34
-ENTRYPOINT xvfb-run --server-args="-screen 0 1024x768x24" java -jar app.jar -Djava.awt.headless=false $APP_PATH
+# 4. Set ENTRYPOINT to run the application
+ENTRYPOINT java -jar $APP_PATH
0 commit comments