Skip to content

Commit

Permalink
install diffutils
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Nov 16, 2023
1 parent 8ac12a6 commit de40469
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 @@ -8,7 +8,7 @@ WORKDIR /opt

RUN yum install -y epel-release \
&& yum -y install cmake glibc-common bison gcc-c++ git libaio-devel glib2 glib2-devel libffi-devel gcc make \
zlib-devel openssl openssl-devel ncurses-devel openldap-devel gettext bzip2-devel xz-devel wget \
zlib-devel openssl openssl-devel ncurses-devel openldap-devel gettext bzip2-devel xz-devel wget diffutils\
#python 3
&& cd /opt \
&& wget "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" \
Expand Down

0 comments on commit de40469

Please sign in to comment.