summaryrefslogtreecommitdiff
path: root/sandcastle/images/base/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'sandcastle/images/base/Dockerfile')
-rw-r--r--sandcastle/images/base/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandcastle/images/base/Dockerfile b/sandcastle/images/base/Dockerfile
index 90e4db5..575f40b 100644
--- a/sandcastle/images/base/Dockerfile
+++ b/sandcastle/images/base/Dockerfile
@@ -46,7 +46,7 @@ RUN apt-get install -y \
# FIXME: Try to use debian packages where possible and otherwise really use
# a venv or per-user installation of the package.
-RUN pip3 install --break-system-packages requests click poetry uwsgi htmlark
+RUN pip3 install --break-system-packages requests click poetry uwsgi htmlark sphinx-book-theme
# Libmicro httpd
@@ -135,11 +135,11 @@ COPY buildconfig/wallet.tag /buildconfig/
RUN TAG=$(cat /buildconfig/wallet.tag) && \
git clone git://git.taler.net/wallet-core \
--branch $TAG
-RUN npm install -g pnpm@^8.0.0
+RUN npm install -g pnpm@^8.7.0
WORKDIR /wallet-core
RUN ./bootstrap
RUN ./configure
-RUN make install
+RUN make install-tools
# Sync