Skip to content

Commit 66fd93e

Browse files
committed
Joined multiple runs at Dockerfile
1 parent c406aed commit 66fd93e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Dockerfile

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ ADD init.ora /
88
ADD initXETemp.ora /
99

1010
# Prepare to install Oracle
11-
RUN apt-get update && apt-get install -y libaio1 net-tools bc wget && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
12-
RUN ln -s /usr/bin/awk /bin/awk
13-
RUN mkdir /var/lock/subsys
14-
RUN chmod 755 /sbin/chkconfig
15-
16-
# Install Oracle
17-
RUN /oracle-install.sh
11+
RUN apt-get update && apt-get install -y libaio1 net-tools bc wget && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* &&\
12+
ln -s /usr/bin/awk /bin/awk &&\
13+
mkdir /var/lock/subsys &&\
14+
chmod 755 /sbin/chkconfig &&\
15+
/oracle-install.sh
1816

1917
EXPOSE 1521
2018
EXPOSE 8080

0 commit comments

Comments
 (0)