mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Fix Dockerfile for powerpc cross build
Debian snapshot sources were mixed with plain sid sources which mismatched after a while. Now, aligning all sources from snapshot server.
This commit is contained in:
parent
53b3b3702f
commit
7b1c7dfa33
@ -20,6 +20,14 @@ RUN dpkg --add-architecture powerpc && \
|
||||
debian-ports-archive-keyring \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN cat <<EOF > /etc/apt/sources.list.d/debian.sources
|
||||
Types: deb
|
||||
URIs: http://snapshot.debian.org/archive/debian/20260406T000000Z
|
||||
Suites: sid
|
||||
Components: main
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.pgp
|
||||
EOF
|
||||
|
||||
RUN cat <<EOF > /etc/apt/sources.list.d/powerpc.sources
|
||||
Types: deb
|
||||
URIs: http://snapshot.debian.org/archive/debian-ports/20260406T000000Z
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user