QubitProducts / bamboo

HAProxy auto configuration and auto service discovery for Mesos Marathon
Apache License 2.0
793 stars 214 forks source link

Fix error with old version of package in apt cache #195

Closed scheetz closed 8 years ago

scheetz commented 8 years ago

Step 4 : RUN apt-get install -yqq software-properties-common && add-apt-repository -y ppa:vbernat/haproxy-1.5 && apt-get update -yqq && apt-get install -yqq haproxy golang git mercurial supervisor && rm -rf /var/lib/apt/lists/* ---> Running in 22077f4a3c63 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2_2.9.2+zdfsg1-4ubuntu0.1_amd64.deb 404 Not Found

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

j1n6 commented 8 years ago

thank you.