From 65adaba4ecb7e3041e32558068f0b78d82325901 Mon Sep 17 00:00:00 2001
From: Vahid <VJalili@users.noreply.github.com>
Date: Tue, 14 May 2019 08:55:54 -0700
Subject: [PATCH] Use wildcard char for pulsar version.

---
 docker/coexecutor/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/coexecutor/Dockerfile b/docker/coexecutor/Dockerfile
index de491753..058b8008 100644
--- a/docker/coexecutor/Dockerfile
+++ b/docker/coexecutor/Dockerfile
@@ -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
-- 
GitLab