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

update apt repositories in docker image #32

Merged
merged 1 commit into from
Jul 12, 2023
Merged

update apt repositories in docker image #32

merged 1 commit into from
Jul 12, 2023

Conversation

TwirX
Copy link
Contributor

@TwirX TwirX commented Jul 12, 2023

The python:3.11-slim image was upgrade from bullseye to bookworm. This broke the build process of the docker image, since tesseract-ocr and mkvtoolnix from the external apt repository now had broken dependencies.

This PR changes the external repositories from bullseye to bookworm.
It also changes the used tags for the python images from "3.11-slim" to "3.11-slim-bookworm" to make it stays the same as the external repositories in the future.

The image now builds fine again for me locally.

Best regards.

change python docker images from 3.11-slim to 3.11-bookworm and update
external apt repositories to bookworm
@ratoaq2
Copy link
Owner

ratoaq2 commented Jul 12, 2023

Thanks

@ratoaq2 ratoaq2 merged commit ef0136d into ratoaq2:master Jul 12, 2023
@TwirX TwirX deleted the bookworm branch July 13, 2023 05:37
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.

2 participants