Skip to content

Commit

Permalink
Remove docker target from Dockerfile
Browse files Browse the repository at this point in the history
Fixes failing builds
  • Loading branch information
davidwindell committed Jun 23, 2015
1 parent b27572d commit 0a028e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 0a028e3

Please sign in to comment.