mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
remove deletion since we have --no-cache
This commit is contained in:
parent
243a2d0837
commit
ca8a00ecd5
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM alpine:3.6
|
||||
|
||||
RUN apk add -U --no-cache ca-certificates && rm -rf /var/cache/apk/*
|
||||
RUN apk add -U --no-cache ca-certificates
|
||||
|
||||
ENV GODEBUG=netdns=go
|
||||
ADD release/drone-agent /bin/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:3.6
|
||||
EXPOSE 8000 9000 80 443
|
||||
|
||||
RUN apk add -U --no-cache ca-certificates && rm -rf /var/cache/apk/*
|
||||
RUN apk add -U --no-cache ca-certificates
|
||||
|
||||
ENV DATABASE_DRIVER=sqlite3
|
||||
ENV DATABASE_CONFIG=/var/lib/drone/drone.sqlite
|
||||
|
|
Loading…
Reference in a new issue