fixing dockerfile to include a dependency on python
Change-Id: I39311eef087102b01b498baff9a257999f471d9c
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -20,7 +20,7 @@ ENV PATH $PATH:$KARAF_ROOT/bin | ... | @@ -20,7 +20,7 @@ ENV PATH $PATH:$KARAF_ROOT/bin |
20 | 20 | ||
21 | #Download and Build ONOS | 21 | #Download and Build ONOS |
22 | WORKDIR /src | 22 | WORKDIR /src |
23 | -RUN apt-get update && apt-get install -y maven git curl oracle-java8-installer oracle-java8-set-default && \ | 23 | +RUN apt-get update && apt-get install -y python maven git curl oracle-java8-installer oracle-java8-set-default && \ |
24 | git clone https://github.com/opennetworkinglab/onos.git && cd onos && \ | 24 | git clone https://github.com/opennetworkinglab/onos.git && cd onos && \ |
25 | mkdir -p /root/Downloads && \ | 25 | mkdir -p /root/Downloads && \ |
26 | mvn clean install && \ | 26 | mvn clean install && \ | ... | ... |
-
Please register or login to post a comment