Commit 98b1c7c7 authored by mdshuai's avatar mdshuai

Solve apt-get update 404 Not Found Package error

parent 119fe37f
...@@ -27,6 +27,7 @@ RUN go get code.google.com/p/go.tools/cmd/cover github.com/tools/godep ...@@ -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 # We use rsync to copy some binaries around. It is faster (0.3s vs. 1.1s) on my
# machine vs. `install` # machine vs. `install`
RUN rm -rf /var/lib/apt/lists/
RUN apt-get update && apt-get install -y rsync RUN apt-get update && apt-get install -y rsync
# Download and symlink etcd. We need this for our integration tests. # Download and symlink etcd. We need this for our integration tests.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment