Skip to content

Commit

Permalink
Merge pull request #113 from jpopelka/bump-worker
Browse files Browse the repository at this point in the history
Bump worker hash & add protobuf hack
  • Loading branch information
fridex committed Aug 1, 2017
2 parents 9387823 + 3562654 commit a3f0f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Fridolin Pokorny <fridolin@redhat.com>

ENV LANG=en_US.UTF-8 \
MAVEN_INDEX_CHECKER_PATH='/opt/maven-index-checker' \
F8A_WORKER_VERSION=480eaae
F8A_WORKER_VERSION=9277c9c

RUN useradd coreapi

Expand All @@ -18,7 +18,7 @@ RUN /tmp/install_deps/install_maven-index-checker.sh
COPY ./ /tmp/jobs_install/
RUN pushd /tmp/jobs_install &&\
pip3 install . &&\
pip3 install git+https://github.com/fabric8-analytics/fabric8-analytics-worker.git@${F8A_WORKER_VERSION} &&\
pip3 install --upgrade --no-binary :all: protobuf && pip3 install git+https://github.com/fabric8-analytics/fabric8-analytics-worker.git@${F8A_WORKER_VERSION} &&\
popd &&\
rm -rf /tmp/jobs_install

Expand Down

0 comments on commit a3f0f52

Please sign in to comment.