mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
compute-node.Dockerfile: update bullseye-backports backports url (#12700)
## Problem > bullseye-backports has reached end-of-life and is no longer supported or updated From: https://backports.debian.org/Instructions/ This causes the compute-node image build to fail with the following error: ``` 0.099 Err:5 http://deb.debian.org/debian bullseye-backports Release 0.099 404 Not Found [IP: 146.75.122.132 80] ... 1.293 E: The repository 'http://deb.debian.org/debian bullseye-backports Release' does not have a Release file. ``` ## Summary of changes - Use archive version of `bullseye-backports`
This commit is contained in:
committed by
GitHub
parent
761e9e0e1d
commit
84a2556c9f
@@ -133,7 +133,7 @@ RUN case $DEBIAN_VERSION in \
|
|||||||
# Install newer version (3.25) from backports.
|
# Install newer version (3.25) from backports.
|
||||||
# libstdc++-10-dev is required for plv8
|
# libstdc++-10-dev is required for plv8
|
||||||
bullseye) \
|
bullseye) \
|
||||||
echo "deb http://deb.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/bullseye-backports.list; \
|
echo "deb http://archive.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/bullseye-backports.list; \
|
||||||
VERSION_INSTALLS="cmake/bullseye-backports cmake-data/bullseye-backports libstdc++-10-dev"; \
|
VERSION_INSTALLS="cmake/bullseye-backports cmake-data/bullseye-backports libstdc++-10-dev"; \
|
||||||
;; \
|
;; \
|
||||||
# Version-specific installs for Bookworm (PG17):
|
# Version-specific installs for Bookworm (PG17):
|
||||||
|
|||||||
Reference in New Issue
Block a user