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 0b61786 commit 2e3f61fCopy full SHA for 2e3f61f
Dockerfile
@@ -1,6 +1,6 @@
1
FROM logicify/java8
2
3
-RUN yum install -y python-dev python-pip gcc make gcc-c++ \
+RUN yum -y update && yum install -y python-dev python-pip gcc make gcc-c++ \
4
&& yum install -y libpng libjpeg ImageMagick GraphicsMagick \
5
&& yum clean all
6
0 commit comments