Some more debugging.

This commit is contained in:
Ralph Bean 2017-08-24 04:24:02 +00:00
parent 1c835beab8
commit 2f0f24c569

View file

@ -13,9 +13,10 @@ spec:
name="Greenwave" \
vendor="Fedora Infrastructure" \
license="MIT"
RUN cat /etc/yum.repos.d/fedora-updates.repo
RUN curl https://mirrors.fedoraproject.org/
RUN cat /etc/resolv.conf
RUN curl http://209.132.181.15
RUN nslookup https://mirrors.fedoraproject.org/
RUN curl https://mirrors.fedoraproject.org/
RUN yum -y install --setopt=tsflags=nodocs \
python-gunicorn \
python-requests \