Skip to content

Commit

Permalink
Merge pull request #181 from VJalili/patch-1
Browse files Browse the repository at this point in the history
Use wildcard char for pulsar version.
  • Loading branch information
jmchilton authored May 14, 2019
2 parents 1e960f8 + 65adaba commit ddf2fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/coexecutor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN apt-get update \

RUN pip install -U pip && pip install wheel

ADD pulsar_app-0.10.0.dev0-py2.py3-none-any.whl /pulsar_app-0.10.0.dev0-py2.py3-none-any.whl
ADD pulsar_app-*.dev0-py2.py3-none-any.whl /pulsar_app-*.dev0-py2.py3-none-any.whl

RUN pip install /pulsar_app-0.10.0.dev0-py2.py3-none-any.whl
RUN pip install /pulsar_app-*.dev0-py2.py3-none-any.whl

RUN pip install kombu pykube poster

0 comments on commit ddf2fde

Please sign in to comment.