Skip to content

Commit

Permalink
Remove tar requirement (oracle#976)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerald Venzl <[email protected]>
  • Loading branch information
gvenzl authored and Djelibeybi committed Sep 10, 2018
1 parent a3e4e53 commit a56e0d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdir $ORACLE_BASE/scripts/startup && \
ln -s $ORACLE_BASE/scripts /docker-entrypoint-initdb.d && \
mkdir $ORACLE_BASE/oradata && \
chmod ug+x $ORACLE_BASE/*.sh && \
yum -y install oracle-database-server-12cR2-preinstall unzip tar openssl && \
yum -y install oracle-database-server-12cR2-preinstall unzip openssl && \
rm -rf /var/cache/yum && \
echo oracle:oracle | chpasswd && \
chown -R oracle:dba $ORACLE_BASE
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ln -s $ORACLE_BASE/scripts /docker-entrypoint-initdb.d && \
mkdir $ORACLE_BASE/oradata && \
mkdir -p $ORACLE_HOME && \
chmod ug+x $ORACLE_BASE/*.sh && \
yum -y install oracle-database-preinstall-18c unzip tar openssl && \
yum -y install oracle-database-preinstall-18c unzip openssl && \
rm -rf /var/cache/yum && \
echo oracle:oracle | chpasswd && \
chown -R oracle:dba $ORACLE_BASE

0 comments on commit a56e0d1

Please sign in to comment.