Skip to content
Snippets Groups Projects
Commit ee801a82 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

missing dependencies in the base image

parent 671de6f0
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ RUN yum install -y \ ...@@ -11,6 +11,7 @@ RUN yum install -y \
xz bzip2 file gnupg2 hostname iproute unzip\ xz bzip2 file gnupg2 hostname iproute unzip\
python3 python3-pip python3-setuptools python3-boto3 \ python3 python3-pip python3-setuptools python3-boto3 \
git subversion mercurial \ git subversion mercurial \
glibc-gconv-extra \
jq \ jq \
&& yum -y clean all && rm -fr /var/cache && yum -y clean all && rm -fr /var/cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment