File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
OracleWebCenterContent/dockerfiles/12.2.1.4 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ENV CONTENT_JAR=fmw_12.2.1.4.0_wccontent.jar \
45
45
# Install packages and adjust file permissions
46
46
# -------------------------------------------------------------
47
47
RUN mkdir -p /u01 && \
48
- yum install -y libaio tar procps hostname zip unzip && \
48
+ yum install -y hostname && \
49
49
rm -rf /var/cache/yum && \
50
50
mkdir -p $VOLUME_DIR && \
51
51
mkdir -p /u01/oracle/container-scripts && \
Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ hostalias=`echo $hostname | sed 's/[.]//g'`
68
68
truncatedhostname=${hostalias}
69
69
70
70
71
- if [ ${# truncatedhostname} -gt " 20 " ]
71
+ if [ ${# truncatedhostname} -ge " 15 " ]
72
72
then
73
- truncatedhostname=${truncatedhostname: 0: 10 }
73
+ truncatedhostname=${truncatedhostname: 0: 14 }
74
74
fi
75
75
76
76
if [ -f /$vol_name /oracle//oracle_common/lib/ons.jar ]
You can’t perform that action at this time.
0 commit comments