Remove docker target from Dockerfile

Fixes failing builds
This commit is contained in:
David Windell 2015-06-23 21:59:45 +01:00
parent b27572dc43
commit 0a028e3bd2

View file

@ -10,7 +10,7 @@ WORKDIR /gopath/src/github.com/drone/drone
RUN apt-get update
RUN apt-get -y install zip libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
RUN make docker deps build embed install
RUN make deps build embed install
EXPOSE 80
VOLUME ["/var/lib/drone"]