File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
FROM golang:1.12-alpine as builder
2
- RUN apk update && apk upgrade && apk add --no-cache git
2
+ RUN apk add --no-cache git
3
3
WORKDIR /root/
4
4
RUN go get github.com/google/pprof
5
5
@@ -8,7 +8,7 @@ FROM node:10-alpine
8
8
9
9
ARG ADDITIONAL_PACKAGES
10
10
11
- RUN apk update && apk upgrade && apk add --no-cache bash $ADDITIONAL_PACKAGES
11
+ RUN apk add --no-cache bash $ADDITIONAL_PACKAGES
12
12
WORKDIR /root/
13
13
COPY --from=0 /go/bin/pprof /bin
14
14
RUN chmod a+x /bin/pprof
Original file line number Diff line number Diff line change 1
1
FROM golang:1.12-alpine as builder
2
- RUN apk update && apk upgrade && apk add --no-cache git
2
+ RUN apk add --no-cache git
3
3
WORKDIR /root/
4
4
RUN go get github.com/google/pprof
5
5
@@ -8,7 +8,7 @@ FROM node:11-alpine
8
8
9
9
ARG ADDITIONAL_PACKAGES
10
10
11
- RUN apk update && apk upgrade && apk add --no-cache bash $ADDITIONAL_PACKAGES
11
+ RUN apk add --no-cache bash $ADDITIONAL_PACKAGES
12
12
WORKDIR /root/
13
13
COPY --from=0 /go/bin/pprof /bin
14
14
RUN chmod a+x /bin/pprof
Original file line number Diff line number Diff line change 1
1
FROM golang:1.12-alpine as builder
2
- RUN apk update && apk upgrade && apk add --no-cache git
2
+ RUN apk add --no-cache git
3
3
WORKDIR /root/
4
4
RUN go get github.com/google/pprof
5
5
@@ -8,7 +8,7 @@ FROM node:6-alpine
8
8
9
9
ARG ADDITIONAL_PACKAGES
10
10
11
- RUN apk update && apk upgrade && apk add --no-cache bash $ADDITIONAL_PACKAGES
11
+ RUN apk add --no-cache bash $ADDITIONAL_PACKAGES
12
12
WORKDIR /root/
13
13
COPY --from=0 /go/bin/pprof /bin
14
14
RUN chmod a+x /bin/pprof
Original file line number Diff line number Diff line change 1
1
FROM golang:1.12-alpine as builder
2
- RUN apk update && apk upgrade && apk add --no-cache git
2
+ RUN apk add --no-cache git
3
3
WORKDIR /root/
4
4
RUN go get github.com/google/pprof
5
5
@@ -8,7 +8,7 @@ FROM node:8-alpine
8
8
9
9
ARG ADDITIONAL_PACKAGES
10
10
11
- RUN apk update && apk upgrade && apk add --no-cache bash $ADDITIONAL_PACKAGES
11
+ RUN apk add --no-cache bash $ADDITIONAL_PACKAGES
12
12
WORKDIR /root/
13
13
COPY --from=0 /go/bin/pprof /bin
14
14
RUN chmod a+x /bin/pprof
You can’t perform that action at this time.
0 commit comments