Commit a660ecd9 authored by Zach Loafman's avatar Zach Loafman
parent 44e5bae3
...@@ -28,7 +28,7 @@ RUN go get golang.org/x/tools/cmd/cover github.com/tools/godep ...@@ -28,7 +28,7 @@ RUN go get golang.org/x/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 rm -rf /var/lib/apt/lists/
RUN apt-get update && apt-get install -y rsync RUN apt-get -o Acquire::Check-Valid-Until=false 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.
RUN mkdir -p /usr/local/src/etcd &&\ RUN mkdir -p /usr/local/src/etcd &&\
......
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