Skip to content

Commit

Permalink
add os reqs to alpine build
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Jun 2, 2021
1 parent 241b604 commit 87e1fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-alpine.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} python:3-alpine sh -c "
apk update \
&& apk add git jpeg-dev zlib-dev \
&& apk add git build-base python-dev py-pip jpeg-dev zlib-dev \
&& pip install tox coveralls \
&& export LANG='en_US.UTF-8' \
&& cd /code \
Expand Down

0 comments on commit 87e1fed

Please sign in to comment.