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

The repository 'http://ftp.debian.org/debian buster-backports Release' does not have a Release file. #680

Open
jmalyik opened this issue Jul 3, 2024 · 0 comments

Comments

@jmalyik
Copy link

jmalyik commented Jul 3, 2024

Without the commented out line below the docker build failed when one would like to install any additional os package to the container:

Steps to reproduce: create a Dockerfile with something similar content:

FROM  osixia/openldap:1.5.0

ENV LDAP_LOG_LEVEL "0"
ENV LDAP_ORGANISATION "LOCAL"
ENV LDAP_DOMAIN "test.local"
ENV LDAP_ADMIN_PASSWORD "password"
ENV LDAP_BASE_DN  "dc=test,dc=local"
ENV LDAP_TLS_ENFORCE false

#RUN sed -i "s|deb http://ftp.debian.org/debian buster-backports main||g" /etc/apt/sources.list
RUN apt update && apt install -y vim

Maybe there is a better option than removing the buster-backports repo, this was what worked for me for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant