You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM nextcloud:fpm
# For image magick svg support
RUN apt-get update && apt-get -y install libmagickcore-6.q16-6-extra
This no longer works because apt-get update doesn't work on this image any more. Looks like it's because gnupg isn't installed. Can't install gnupg to fix it, because apt doesn't work.
Steps to reproduce
See description
Expected behavior
Works
Installation method
Community Docker image
Nextcloud Server version
25
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Default user-backend (database)
LDAP/ Active Directory
SSO - SAML
Other
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered:
Bug description
I build a docker imaged based on nextcloud:fpm:
This no longer works because apt-get update doesn't work on this image any more. Looks like it's because gnupg isn't installed. Can't install gnupg to fix it, because apt doesn't work.
Steps to reproduce
See description
Expected behavior
Works
Installation method
Community Docker image
Nextcloud Server version
25
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: