Evidence:
$ ansible-galaxy install ...
- the API server (galaxy.ansible.com) is not responding, please try again later.
@see https://twitter.com/thejimic/status/
592527999695597568
> that's odd, can you see if you can hit the API directly (browser or curl/wget): https://galaxy.ansible.com/api/v1/
COPY ansible-playbook-wrapper /usr/local/bin/
-ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update
-ONBUILD WORKDIR /tmp
+ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
+ echo "===> Updating TLS certificates..." && \
+ apt-get install -y openssl ca-certificates
+
+ONBUILD WORKDIR /tmp
ONBUILD COPY . /tmp
ONBUILD RUN \
echo "===> Diagnosis: host information..." && \
COPY ansible-playbook-wrapper /usr/local/bin/
-ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update
-ONBUILD WORKDIR /tmp
+ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
+ echo "===> Updating TLS certificates..." && \
+ apt-get install -y openssl ca-certificates
+
+ONBUILD WORKDIR /tmp
ONBUILD COPY . /tmp
ONBUILD RUN \
echo "===> Diagnosis: host information..." && \
COPY ansible-playbook-wrapper /usr/local/bin/
-ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update
-ONBUILD WORKDIR /tmp
+ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
+ echo "===> Updating TLS certificates..." && \
+ apt-get install -y openssl ca-certificates
+
+ONBUILD WORKDIR /tmp
ONBUILD COPY . /tmp
ONBUILD RUN \
echo "===> Diagnosis: host information..." && \
COPY ansible-playbook-wrapper /usr/local/bin/
-ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update
-ONBUILD WORKDIR /tmp
+ONBUILD RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
+ echo "===> Updating TLS certificates..." && \
+ apt-get install -y openssl ca-certificates
+
+ONBUILD WORKDIR /tmp
ONBUILD COPY . /tmp
ONBUILD RUN \
echo "===> Diagnosis: host information..." && \