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 b937e59 commit c395145Copy full SHA for c395145
Dockerfile
@@ -1,8 +1,7 @@
1
FROM logicify/centos7
2
MAINTAINER Dmitry Berezovsky <[email protected]>
3
4
-RUN yum -y update \
5
- && yum -y install postgresql
+RUN yum -y install postgresql
6
7
# java7
8
RUN cd /opt && \
0 commit comments