Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Jul 11, 2023
1 parent 3c598a6 commit c2b1440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build32bit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

docker run -v ${PWD}:/code -e INSTALL_REQUIREMENTS=${INSTALL_REQUIREMENTS} i386/ubuntu bash -c "
apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq python3.8 locales python3-pip debianutils \
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq python3.8 locales python3-pip zlibc zlib1g debianutils \
&& python3.8 -m pip install tox coveralls \
&& locale-gen en_US.UTF-8 \
&& export LANG='en_US.UTF-8' \
Expand Down

0 comments on commit c2b1440

Please sign in to comment.