delete delete unused lines

This commit is contained in:
yhua 2016-11-03 16:50:37 +08:00
parent 07b9e5e326
commit 0bcd770a03
1 changed files with 0 additions and 8 deletions

View File

@ -3,11 +3,3 @@ FROM golang:1.6.2
RUN apt-get update \
&& apt-get install -y libldap2-dev \
&& rm -r /var/lib/apt/lists/*
#golang.org is blocked in China
COPY ./src/vendor/golang.org /go/src/golang.org
RUN go get -d github.com/docker/distribution \
&& go get -d github.com/docker/libtrust \
&& go get -d github.com/go-sql-driver/mysql