grim/containers/reviewboard

740900c1657d
Remove all the stuff from the old version of the image
FROM docker.io/beanbag/reviewboard:4.0.7 AS app
# install rbjbhub
RUN set -ex && \
pip install --no-cache rbjbhub
FROM docker.io/nginx:1.21 AS nginx
COPY --from=app /venv/lib/python3.8/site-packages/reviewboard/htdocs /var/www/reviewboard/htdocs/
RUN set -ex && \
sed -i -s 's/101/1001/g' /etc/passwd && \
sed -i -s 's/101/1001/g' /etc/group