Skip to content

Commit

Permalink
fixing_bashrc_creation_in_incorrect_loc_21.3xe
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya059 committed Aug 2, 2023
1 parent 22091c5 commit 22faed8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ RUN cd $INSTALL_DIR && \
rm -rf $INSTALL_DIR && \
$ORACLE_BASE/oraInventory/orainstRoot.sh && \
$ORACLE_HOME/root.sh && \
echo 'export ORACLE_SID=XE' > .bashrc
echo 'export ORACLE_SID=XE' >> /home/oracle/.bashrc && \
chown oracle.oinstall /home/oracle/.bashrc

USER oracle
WORKDIR /home/oracle
Expand Down

0 comments on commit 22faed8

Please sign in to comment.