Skip to content

Commit

Permalink
add zlib1g install tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Longbowman authored Jan 5, 2020
1 parent 06dffda commit 3272aa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#set -e -x

yum groupinstall 'Development Tools'
yum install zlib-devel
yum install -y zlib-devel
yum install -y zlib1g-devel
yum install -y python3-devel.x86_64
# CLI arguments
PY_VERSIONS=$1
Expand Down

0 comments on commit 3272aa5

Please sign in to comment.