Skip to content

Commit 5e392d7

Browse files
committed
unix: make i386, armel, and amrhf package architectures available
In preparation for adding cross-compiling for these architectures.
1 parent 2aac638 commit 5e392d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cpython-unix/base.Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,10 @@ RUN for s in debian_jessie debian_jessie-updates debian-security_jessie/updates;
2727
echo 'Acquire::Retries "5";'; \
2828
) > /etc/apt/apt.conf.d/99cpython-portable
2929

30+
RUN ( echo 'amd64'; \
31+
echo 'armel'; \
32+
echo 'armhf'; \
33+
echo 'i386'; \
34+
) > /var/lib/dpkg/arch
35+
3036
RUN apt-get update

0 commit comments

Comments
 (0)