mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Merge branch 'master' into 39_docker_group
This commit is contained in:
commit
171fda8017
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/systemctl restart docker
|
||||
/usr/bin/systemctl enable docker
|
||||
/usr/bin/systemctl restart docker.service
|
||||
/usr/bin/systemctl enable docker.service
|
|
@ -1,6 +1,6 @@
|
|||
[DEFAULT]
|
||||
Package3: dangerzone
|
||||
Depends3: docker.io, python3, python3-pyqt5, python3-appdirs, python3-click, python3-xdg, python3-requests
|
||||
Depends3: docker.io | docker-ce, python3, python3-pyqt5, python3-appdirs, python3-click, python3-xdg, python3-requests
|
||||
Build-Depends: python3, python3-all
|
||||
Suite: bionic
|
||||
X-Python3-Version: >= 3.7
|
Loading…
Reference in a new issue