Skip to content

Commit

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

USER oracle
Expand Down

0 comments on commit 23918d8

Please sign in to comment.