mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 18:31:00 +00:00
Remove docker target from Dockerfile
Fixes failing builds
This commit is contained in:
parent
c9b8e011f5
commit
eb1af7162c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue