Skip to content

fix(apt): install packages from archive.debian.org and create /etc/sudoers.d/, fixes #34 - #35

Merged
stasadev merged 1 commit into
mainfrom
apt-sources-from-debian-archive
Sep 9, 2026
Merged

stasadev merged 1 commit into
mainfrom
apt-sources-from-debian-archive

Conversation

@mmunz

@mmunz mmunz commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

The Issue

How This PR Solves The Issue

backstopjs uses bullseye docker image which is EOL and package downloads fail. This fetches the packages from archive.debian.org instead. Also create the /etc/sudoers.d/ directory.

Manual Testing Instructions

no logic changes

ddev add-on get https://github.com/ddev/ddev-backstopjs/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
ddev restart

Automated Testing Overview

no new tests, but current tests should work again with this PR.

Release/Deployment Notes

@stasadev stasadev left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@stasadev stasadev changed the title Issue #34 Install apt packages from archive.debian.org and create /etc/c/sudoers.d/ fix(apt): install packages from archive.debian.org and create /etc/sudoers.d/, fixes #34 Sep 9, 2026
@stasadev
stasadev merged commit 1e3d6bd into main Sep 9, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

Base image is built on expired version of debian and will not install

2 participants