Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: apt-get update doesn't work anymore #2041

Closed
4 of 8 tasks
mikecardwell opened this issue Jul 30, 2023 · 4 comments
Closed
4 of 8 tasks

[Bug]: apt-get update doesn't work anymore #2041

mikecardwell opened this issue Jul 30, 2023 · 4 comments

Comments

@mikecardwell
Copy link

⚠️ This issue respects the following points: ⚠️

Bug description

I build a docker imaged based on nextcloud:fpm:

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

@szaimen szaimen transferred this issue from nextcloud/server Jul 30, 2023
@J0WI
Copy link
Contributor

J0WI commented Aug 10, 2023

I cannot reproduce this. Are you on a amd64 platform or something else?

@mikecardwell
Copy link
Author

I can't anymore either. I assume somebody fixed it elsewhere.

@joshtrichards joshtrichards changed the title [Bug]: [Bug]: apt-get update doesn't work anymore Aug 18, 2023
@joshtrichards
Copy link
Member

Possibly related:

docker-library/php#1423
docker-library/php#1417

@J0WI
Copy link
Contributor

J0WI commented Aug 20, 2023

That's indeed a duplicate of docker-library/php#1417, docker-library/python#837, nginxinc/docker-nginx#804, docker-library/postgres#1100 nodejs/docker-node#1943 etc. and not related to this image.

@J0WI J0WI closed this as completed Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants