Skip to content

Commit

Permalink
update Dockerfile-base (hhyo#1390)
Browse files Browse the repository at this point in the history
add bzip2-devel
  • Loading branch information
hhyo authored Feb 17, 2022
1 parent 2ec3c43 commit c33dbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
ENV LC_ALL zh_CN.utf8

#python
RUN yum -y install libffi-devel wget gcc make zlib-devel openssl openssl-devel ncurses-devel openldap-devel gettext \
RUN yum -y install libffi-devel wget gcc make zlib-devel openssl openssl-devel ncurses-devel openldap-devel gettext bzip2-devel \
&& cd /opt \
&& wget "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" \
&& tar -xvJf Python-$PYTHON_VERSION.tar.xz \
Expand Down

0 comments on commit c33dbf8

Please sign in to comment.