Skip to content

Commit

Permalink
change to unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
gschmutz committed Mar 29, 2015
1 parent 4d22a50 commit cc17c7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ RUN mkdir /u01 && \
echo oracle:$ADMIN_PASSWORD | chpasswd

COPY stream-explorer/*.zip /tmp/
RUN unzip -uo /tmp/ofm_sx_generic_12.1.3.0.0_disk1_1of2.zip /u01
RUN unzip -uo /tmp/ofm_sx_generic_12.1.3.0.0_disk1_2of2.zip /u01
RUN unzip -d /u01/ /tmp/ofm_sx_generic_${SX_VERSION}_disk1_1of2.zip
RUN unzip -d /u01/ /tmp/ofm_sx_generic_${SX_VERSION}_disk1_2of2.zip
RUN rm /tmp/ofm_sx_generic*.zip

# Add files required to build this image
COPY setup/* /u01/
Expand Down

0 comments on commit cc17c7d

Please sign in to comment.