mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ci: Allow fuse to be installed
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
dc75a52d67
commit
14fb7f9635
@ -19,5 +19,4 @@ RUN apt-get build-dep -y . # Dependencies of the freedombox Debian package
|
||||
RUN apt-get install -y build-essential # Build dependencies
|
||||
RUN apt-get install -y sshpass parted # Test dependencies
|
||||
RUN apt-get install -y sudo
|
||||
RUN apt-mark hold fuse fuse3 # not installable in CI environment
|
||||
RUN apt-get install -y $(./run --list-dependencies) # Module dependencies
|
||||
|
||||
@ -5,7 +5,6 @@ before_script:
|
||||
- export DEBIAN_FRONTEND=noninteractive
|
||||
- apt-get update
|
||||
- apt-get build-dep -y . # Dependencies of the plinth Debian package
|
||||
- apt-mark hold fuse fuse3 # not installable in CI environment
|
||||
- apt-get install -y $(./run --list-dependencies) # Module dependencies
|
||||
|
||||
stages:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user