Skip to content

Commit

Permalink
Solve apt-get update 404 Not Found Package error
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshuai committed Dec 23, 2014
1 parent 119fe37 commit 98b1c7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN go get code.google.com/p/go.tools/cmd/cover github.com/tools/godep

# We use rsync to copy some binaries around. It is faster (0.3s vs. 1.1s) on my
# machine vs. `install`
RUN rm -rf /var/lib/apt/lists/
RUN apt-get update && apt-get install -y rsync

# Download and symlink etcd. We need this for our integration tests.
Expand Down

0 comments on commit 98b1c7c

Please sign in to comment.