Skip to content

Commit

Permalink
HAP-319 add bx-python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Krusche committed Jun 3, 2017
1 parent f15de4a commit 0f5fe57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN apt-get install python2.7 python2.7-dev python \
RUN apt-get install software-properties-common python-software-properties -y
RUN apt-get clean -y

RUN pip install bx-python

RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \
add-apt-repository -y ppa:webupd8team/java && \
apt-get update && \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.ubuntu-with-tests
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN apt-get install python2.7 python2.7-dev python \
RUN apt-get install software-properties-common python-software-properties -y
RUN apt-get clean -y

RUN pip install bx-python

RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \
add-apt-repository -y ppa:webupd8team/java && \
apt-get update && \
Expand Down

0 comments on commit 0f5fe57

Please sign in to comment.