Add support for search engine

Also mount /tmp as writable, this is required by qbt and not just for
the search engine functionality.
This commit is contained in:
Chocobo1
2022-05-05 19:50:05 +08:00
parent 0e456f33c1
commit 7562e0e870
2 changed files with 5 additions and 1 deletions

View File

@@ -42,8 +42,11 @@ RUN \
apk --no-cache add \
doas \
libtorrent-rasterbar \
python3 \
qt6-qtbase \
tini && \
tini
RUN \
adduser \
-D \
-H \