Skip to content

Commit 620270f

Browse files
authored
Simplify Dockerfile
1 parent f61d966 commit 620270f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
FROM golang:alpine AS build
2-
RUN apk --no-cache add ca-certificates
3-
41
FROM alpine:latest
5-
# copy the ca-certificate.crt from the build stage
6-
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
72
COPY opslevel-agent /opslevel-agent
83
ENTRYPOINT ["/opslevel-agent"]

0 commit comments

Comments
 (0)