Skip to content
Snippets Groups Projects
Commit 910fbdaa authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Add automake to conan-el7-gcc11

parent 47819530
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -11,7 +11,7 @@ RUN rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Europe/Paris /etc/localti
# Install epel repo
&& yum -y install epel-release \
# Install required packages
&& yum -y install sudo unzip curl bzip2 make glibc-devel \
&& yum -y install sudo unzip curl bzip2 make automake glibc-devel \
&& yum clean all --enablerepo='*' \
# Add groups \
&& groupadd g1001 -g 1001 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment