Skip to content

Commit

Permalink
need \
Browse files Browse the repository at this point in the history
  • Loading branch information
marklee77 committed Apr 23, 2015
1 parent efaf5d8 commit e0a5e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:wheezy
MAINTAINER Mark Stillwell <[email protected]>

ENV DEBIAN_FRONTEND noninteractive
RUN sed -i 's/main/main contrib non-free/' /etc/apt/sources.list &&
RUN sed -i 's/main/main contrib non-free/' /etc/apt/sources.list && \
sed -i 's/http.debian.net/ftp.fr.debian.org/' /etc/apt/sources.list
RUN apt-get update && \
apt-get -y --no-install-recommends install \
Expand Down

0 comments on commit e0a5e8e

Please sign in to comment.