Skip to content

Commit c88adb3

Browse files
committed
Debian 11
1 parent 1d27f4e commit c88adb3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

debian-11-ppc64/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ppc64le/ubuntu:20.04
1+
FROM ppc64le/debian:11
22

33
ARG v8_version=13.6.233.17
44
ENV version=$v8_version
@@ -9,8 +9,10 @@ ENV PATH="/depot_tools:${PATH}"
99
ENV pkgdir=/package
1010
ENV DEBIAN_FRONTEND=noninteractive
1111

12-
RUN apt-get update -y && \
13-
apt-get upgrade -y && \
12+
RUN sed -i.bak 's@http://deb.debian.org@http://archive.debian.org@g' /etc/apt/sources.list
13+
14+
RUN apt-get update -y || true && \
15+
apt-get upgrade -y || true && \
1416
apt-get install -y curl python3 python3-httplib2 python3-httplib2 python3-six python3-distutils-extra xz-utils git g++ g++-powerpc64le-linux-gnu pkg-config libglib2.0-dev &&\
1517
ln -s /usr/bin/python3 /usr/bin/python
1618

0 commit comments

Comments
 (0)