Skip to content

Commit

Permalink
updated dockerfile for this v1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersiddhu committed Jun 23, 2017
1 parent 7dd7214 commit 0417f80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"File::Find::Rule" : "0.32",
"HTML::WikiConverter" : "0.68",
"HTML::WikiConverter::MediaWiki" : "0.59",
"LWP::Protocol::https" : "6.07",
"List::Util" : "1.45",
"Log::Log4perl" : "1.40",
"MooseX::App::Cmd" : "0.09",
Expand Down Expand Up @@ -92,7 +93,7 @@
},
"release_status" : "stable",
"resources" : {},
"version" : "v1.10.3",
"version" : "v1.10.4",
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
}

2 changes: 1 addition & 1 deletion docker/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ ENV ORACLE_HOME /usr/lib/oracle/11.2/client64/
ENV LD_LIBRARY_PATH /usr/lib/oracle/11.2/client64/lib/
RUN cpanm -n --quiet DBD::Oracle DBD::Pg Math::Base36 String::CamelCase Child \
&& rm -fr /rpms
RUN cpanm -n --quiet git://github.com/dictyBase/[email protected].3
RUN cpanm -n --quiet git://github.com/dictyBase/[email protected].4
CMD ['modware']

0 comments on commit 0417f80

Please sign in to comment.