Skip to content

Commit c395145

Browse files
committed
Temporary disabled packages update during build because of docker issue
1 parent b937e59 commit c395145

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
FROM logicify/centos7
22
MAINTAINER Dmitry Berezovsky <[email protected]>
33

4-
RUN yum -y update \
5-
&& yum -y install postgresql
4+
RUN yum -y install postgresql
65

76
# java7
87
RUN cd /opt && \

0 commit comments

Comments
 (0)