We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3ec3f commit e84fdb7Copy full SHA for e84fdb7
.gitignore
@@ -1 +1,4 @@
1
.DS_Store
2
+*.*~
3
+
4
Dockerfile
@@ -5,6 +5,11 @@ MAINTAINER Maksym Bilenko <[email protected]>
5
# get rid of the message: "debconf: unable to initialize frontend: Dialog"
6
ENV DEBIAN_FRONTEND noninteractive
7
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
13
ADD chkconfig /sbin/chkconfig
14
ADD oracle-install.sh /oracle-install.sh
15
ADD init.ora /
0 commit comments