getting the following error when running 'docker-compose -f demo.yml build'
redis uses an image, skipping
Building verigreen
Step 1/9 : FROM verigreen/vg-collector:2.5.5
---> 06df515e88b2
Step 2/9 : MAINTAINER Ricardo Quintana http://github.com/rqc
---> Using cache
---> 61ee0a40e7dc
Step 3/9 : RUN apt-get update && apt-get install -y --fix-missing curl unzip bash host dnsutils net-tools sendmail && apt-get clean
---> Using cache
---> 5bca500a14c7
Step 4/9 : WORKDIR $VG_ROOT
ERROR: Service 'verigreen' failed to build: cannot normalise nothing
getting the following error when running 'docker-compose -f demo.yml build'
redis uses an image, skipping
Building verigreen
Step 1/9 : FROM verigreen/vg-collector:2.5.5
---> 06df515e88b2
Step 2/9 : MAINTAINER Ricardo Quintana http://github.com/rqc
---> Using cache
---> 61ee0a40e7dc
Step 3/9 : RUN apt-get update && apt-get install -y --fix-missing curl unzip bash host dnsutils net-tools sendmail && apt-get clean
---> Using cache
---> 5bca500a14c7
Step 4/9 : WORKDIR $VG_ROOT
ERROR: Service 'verigreen' failed to build: cannot normalise nothing