mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Try to fix HTTPS / CA issues
This commit is contained in:
parent
f1371b09f4
commit
180d60336f
@ -19,8 +19,19 @@ parts:
|
||||
source: root
|
||||
java:
|
||||
plugin: nil
|
||||
stage-packages: [openjdk-8-jre, openjfx, jayatana]
|
||||
after: [desktop-gtk2]
|
||||
stage-packages:
|
||||
- openjdk-8-jdk
|
||||
- openjfx
|
||||
- jayatana
|
||||
- ca-certificates-java
|
||||
- ca-certificates
|
||||
- gtk2-engines-murrine
|
||||
- hicolor-icon-theme
|
||||
after:
|
||||
- desktop-gtk2
|
||||
mediainfo:
|
||||
plugin: nil
|
||||
stage-packages: [libmediainfo0v5, libchromaprint-tools, curl]
|
||||
stage-packages:
|
||||
- libmediainfo0v5
|
||||
- libchromaprint-tools
|
||||
- curl
|
||||
|
Loading…
x
Reference in New Issue
Block a user