Changeset - 8bc0dfffc287
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 7 months ago 2023-09-15 12:52:33
ben@sturm.com.au
Update OS dependencies for Bookworm
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
fabfile.py
Show inline comments
...
 
@@ -18,7 +18,7 @@ hosts = os.environ['FABRIC_HOSTS'].split(',')
 

	
 
def install_essentials(c):
 
    # ImageMagick (convert) and Inkscape required for generating badges.
 
    c.run('sudo apt-get install -yy git python3-dev python3-venv python3-wheel build-essential python3-cairocffi python3-psycopg2 postgresql uwsgi-emperor uwsgi-plugin-python3 memcached netcat nginx certbot libmemcached-dev xmlsec1 imagemagick inkscape cronic')
 
    c.run('sudo apt-get install -yy git python3-dev python3-venv python3-wheel build-essential python3-cairocffi python3-psycopg2 postgresql uwsgi-emperor uwsgi-plugin-python3 memcached netcat nginx certbot libpq-dev libmemcached-dev libxml2-dev libxslt-dev xmlsec1 imagemagick inkscape cronic')
 

	
 

	
 
@task(hosts=hosts)
0 comments (0 inline, 0 general)