Skip to content

Commit e84fdb7

Browse files
committed
put the Oracle env into Dockerfile
1 parent 8e3ec3f commit e84fdb7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
.DS_Store
2+
*.*~
3+
4+

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ MAINTAINER Maksym Bilenko <[email protected]>
55
# get rid of the message: "debconf: unable to initialize frontend: Dialog"
66
ENV DEBIAN_FRONTEND noninteractive
77

8+
# see issue #1
9+
ENV ORACLE_HOME /u01/app/oracle/product/11.2.0/xe
10+
ENV PATH $ORACLE_HOME/bin:$PATH
11+
ENV ORACLE_SID=XE
12+
813
ADD chkconfig /sbin/chkconfig
914
ADD oracle-install.sh /oracle-install.sh
1015
ADD init.ora /

0 commit comments

Comments
 (0)