mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 17:53:23 +02:00
updated Dockerfile
This commit is contained in:
parent
813b5e9371
commit
068906d02f
@ -4,11 +4,12 @@
|
||||
|
||||
FROM google/golang
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install zip libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
|
||||
|
||||
ADD . /gopath/src/github.com/drone/drone/
|
||||
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 deps build embed install
|
||||
|
||||
EXPOSE 80
|
||||
|
Loading…
x
Reference in New Issue
Block a user