We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7df655 commit d89d748Copy full SHA for d89d748
Dockerfile
@@ -1,11 +1,7 @@
1
-FROM alpine:3.6 as alpine
2
-RUN apk add -U --no-cache ca-certificates
3
-
4
-FROM scratch
+FROM alpine:latest
5
LABEL maintainer="[email protected]" \
6
description="The Lacework CLI helps you manage the Lacework cloud security platform"
7
+RUN apk add -U --no-cache ca-certificates
8
COPY LICENSE /
9
-COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
10
ADD bin/lacework-cli-linux-amd64 /usr/local/bin/lacework
11
ENTRYPOINT ["/usr/local/bin/lacework"]
0 commit comments