File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN set -xv && CWD=$PWD && \
5353 wget https://oligarchy.co.uk/xapian/$VER/xapian-bindings-$VER.tar.xz && \
5454 tar -Jxvf xapian-bindings-$VER.tar.xz && \
5555 cd xapian-bindings-$VER/ && \
56- pip --no-cache-dir install sphinx==1.8.5 && \
56+ pip --no-cache-dir install sphinx && \
5757 ./configure --prefix=/usr/local --with-python3 --disable-documentation && \
5858 make && make install && \
5959 pip uninstall --no-cache-dir -y -r $CWD/sphinxdeps.txt
@@ -129,7 +129,7 @@ VOLUME $appdir/tracker
129129HEALTHCHECK --start-period=1m \
130130 CMD wget -q -O /dev/null --no-verbose http://localhost:8080/issues/
131131
132- # do not run roundup as root
132+ # do not run roundup as root. This creates roundup user and group.
133133RUN adduser -D -h /usr/src/app roundup
134134USER roundup
135135
You can’t perform that action at this time.
0 commit comments