mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
buildserver: include disorderfs to avoid sudo: in metadata
Right now, the only thing that Briar needs in sudo: in order to be built reproducibly is `apt-get install disorderfs`. This includes it in the standard image to make it easy to spread that technique to many builds. @grote
This commit is contained in:
parent
47e8c9d436
commit
fa7c59eea1
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ packages="
|
||||||
ca-certificates-java
|
ca-certificates-java
|
||||||
cmake
|
cmake
|
||||||
curl
|
curl
|
||||||
|
disorderfs
|
||||||
expect
|
expect
|
||||||
faketime
|
faketime
|
||||||
flex
|
flex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue