mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
Remove docker target from Dockerfile
Fixes failing builds
This commit is contained in:
parent
c9b8e011f5
commit
eb1af7162c
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user