ibotty / openshift-letsencrypt

MIT License
59 stars 31 forks source link

jq and nss_wrapper not found #7

Closed andrelillvede closed 7 years ago

andrelillvede commented 7 years ago

When running from the latest dockerhub image the logs show me that jq is not found.

I get this when building myself:

Step 4 : RUN curl -sSL https://github.com/lukas2511/dehydrated/raw/$LETSENCRYPT_SH_REF/dehydrated          -o /usr/bin/dehydrated  && chmod +x /usr/bin/dehydrated  && yum install -y openssl curl nss_wrapper jq  && yum clean all
 ---> Running in bac2f3c36df2
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
 * base: mirror.nsc.liu.se
 * extras: mirror.nsc.liu.se
 * updates: mirror.nsc.liu.se
Package curl-7.29.0-25.el7.centos.x86_64 already installed and latest version
No package nss_wrapper available.
No package jq available.
Resolving Dependencies
--> Running transaction check
---> Package openssl.x86_64 1:1.0.1e-51.el7_2.7 will be installed
--> Finished Dependency Resolution
ibotty commented 7 years ago

Huh, that's strange, because it worked with my slightly older openshift/base-centos7 image. I assume it enabled epel before.