Skip to content

Commit 964718c

Browse files
committed
unix: remove arm arches from base Dockerfile
We're not using them and probably never will. The multiarch support is Jessie is really limiting.
1 parent 6966867 commit 964718c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpython-unix/base.Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ RUN for s in debian_jessie debian_jessie-updates debian-security_jessie/updates;
2828
) > /etc/apt/apt.conf.d/99cpython-portable
2929

3030
RUN ( echo 'amd64'; \
31-
echo 'armel'; \
32-
echo 'armhf'; \
3331
echo 'i386'; \
3432
) > /var/lib/dpkg/arch
3533

0 commit comments

Comments
 (0)