Commit ebb448df authored by Joe Beda's avatar Joe Beda

Merge pull request #3110 from mdshuai/master

Solve apt-get update 404 Not Found Package error
parents a2e58d49 39f3015b
...@@ -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