gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: override debian warning


From: gnunet
Subject: [taler-deployment] branch master updated: override debian warning
Date: Thu, 23 Feb 2023 17:00:19 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 0044786  override debian warning
0044786 is described below

commit 0044786c317ec9c9f842b87ae202f77f8162ea74
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Feb 23 17:00:09 2023 +0100

    override debian warning
---
 sandcastle/images/base/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sandcastle/images/base/Dockerfile 
b/sandcastle/images/base/Dockerfile
index 0252b12..888a728 100644
--- 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
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]