Skip to content

Commit

Permalink
Add some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
djzort committed Aug 28, 2020
1 parent 51c94dd commit c05f112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV ORACLE_USERID=kermit/foobar \
COPY . /usr/src/DBD-Oracle
RUN apt-get update && apt-get install -y libaio-dev && \
apt-get install -y vim less net-tools && \
cpanm --notest --installdeps /usr/src/DBD-Oracle && \
cpanm --verbose --notest --installdeps /usr/src/DBD-Oracle && \
/usr/src/DBD-Oracle/maint/travis-ci_scripts/01_install_oracle_xe.bash && \
/usr/src/DBD-Oracle/maint/travis-ci_scripts/02_install_oracle_instantclient.bash && \
sync && /etc/init.d/oracle-xe stop && apt-get clean
Expand Down

0 comments on commit c05f112

Please sign in to comment.