taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 0044786c317ec9c9f842b87ae202f77f8162ea74
parent 4f7f4a5fe02f8f5869673ec61f2b960a4ba62c58
Author: Florian Dold <florian@dold.me>
Date:   Thu, 23 Feb 2023 17:00:09 +0100

override debian warning

Diffstat:
Msandcastle/images/base/Dockerfile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sandcastle/images/base/Dockerfile b/sandcastle/images/base/Dockerfile @@ -8,7 +8,9 @@ RUN apt-get install -y autoconf autopoint libtool texinfo \ libqrencode-dev zip jq npm openjdk-17-jre nginx procps \ curl python3-jinja2 wget curl python3-sphinx socat apache2-utils \ python3-sphinx-rtd-theme sqlite3 vim emacs nodejs -RUN pip3 install requests click poetry uwsgi htmlark +# 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 COPY buildconfig/tags.sh tags.sh