Skip to content

Commit d89d748

Browse files
authored
refactor: Use alpine as our base Docker image (#1097)
1 parent d7df655 commit d89d748

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Dockerfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
FROM alpine:3.6 as alpine
2-
RUN apk add -U --no-cache ca-certificates
3-
4-
FROM scratch
1+
FROM alpine:latest
52
LABEL maintainer="[email protected]" \
63
description="The Lacework CLI helps you manage the Lacework cloud security platform"
7-
4+
RUN apk add -U --no-cache ca-certificates
85
COPY LICENSE /
9-
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
106
ADD bin/lacework-cli-linux-amd64 /usr/local/bin/lacework
117
ENTRYPOINT ["/usr/local/bin/lacework"]

0 commit comments

Comments
 (0)