Skip to content
Snippets Groups Projects
Unverified Commit 65adaba4 authored by Vahid's avatar Vahid Committed by GitHub
Browse files

Use wildcard char for pulsar version.

parent 1e960f8e
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment