Skip to content
Snippets Groups Projects
Commit 2c073e36 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #5110 from jtattermusch/fix_python_jessie_x86

Make python jessie x86 distribtest pass
parents 4c848c5a cd741146
No related branches found
No related tags found
No related merge requests found
...@@ -30,3 +30,8 @@ ...@@ -30,3 +30,8 @@
FROM 32bit/debian:jessie FROM 32bit/debian:jessie
RUN apt-get update && apt-get install -y python python-pip RUN apt-get update && apt-get install -y python python-pip
# docker is running on a 64-bit machine, so we need to
# override "uname -m" to report i686 instead of x86_64, otherwise
# python will choose a wrong binary package to install.
ENTRYPOINT ["linux32"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment