Skip to content

Commit

Permalink
remove deletion since we have --no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Sep 28, 2017
1 parent 243a2d0 commit ca8a00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.agent.alpine
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ca8a00e

Please sign in to comment.