grim/containers/reviewboard

7cdab23ad7af
Parents 275f5a519e79
Children 6fd836cd3c28
Install rbintegrations from git to get the beta version
  • +10 -3
    Dockerfile
  • --- a/Dockerfile Sat Jan 09 19:01:27 2021 -0600
    +++ b/Dockerfile Sat Jan 09 19:01:48 2021 -0600
    @@ -20,7 +20,12 @@
    RUN set -ex && \
    python -m virtualenv --system-site-packages /opt/venv && \
    . /opt/venv/bin/activate && \
    - pip install "ReviewBoard==${RB_VERSION}" django-storages==1.1.8 oauthlib==1.0.1 semver && \
    + pip install \
    + "ReviewBoard==${RB_VERSION}" \
    + django-storages==1.1.8 \
    + oauthlib==1.0.1 \
    + semver \
    + && \
    rm -rf /root/.cache
    # additional housekeeping
    @@ -32,9 +37,11 @@
    CMD ["/start.sh"]
    -# install rbjbhub
    +# install rbjbhub and rbintegrations 2.0beta1
    RUN set -e && \
    . /opt/venv/bin/activate && \
    set -x && \
    - pip install --no-binary :all: rbjbhub
    + pip install \
    + rbjbhub \
    + git://github.com/reviewboard/rbintegrations.git@release-2.0beta1#egg=rbintegrations