Skip to content

Commit 3338ce8

Browse files
committed
Remove sphinx 1.8.5 limit. Use current pipy version.
Current sphinx works to build xapian bindings. Use it.
1 parent f9886c4 commit 3338ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
129129
HEALTHCHECK --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.
133133
RUN adduser -D -h /usr/src/app roundup
134134
USER roundup
135135

0 commit comments

Comments
 (0)