FROM debian:wheezy-slim
ENV DEBIAN_FRONTEND noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
+RUN sed -i 'http://archive.debian.org/debian/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y install \
FROM i386/debian:wheezy-slim
ENV DEBIAN_FRONTEND noninteractive
-RUN echo 'http://archive.debian.org/debian/' >> /etc/apt/sources.list
+RUN echo http://archive.debian.org/debian/ >> /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y install \