We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a1297 commit 3c5d1c9Copy full SHA for 3c5d1c9
examples/docker/Makefile
@@ -2,7 +2,6 @@ all: binaries build up
2
3
binaries:
4
CGO_ENABLED=0 GOOS=linux go build -o ca/step-ca github.com/smallstep/certificates/cmd/step-ca
5
- CGO_ENABLED=0 GOOS=linux go build -o renewer/step github.com/smallstep/cli/cmd/step
6
7
build: build-nginx build-ca build-renewer
8
build-nginx:
examples/docker/renewer/Dockerfile
@@ -1,7 +1,7 @@
1
-FROM alpine:latest
+FROM smallstep/step-cli
+USER root
RUN mkdir -p /var/local/step
-ADD step /usr/local/bin/step
ADD crontab /var/spool/cron/crontabs/root
RUN chmod 0644 /var/spool/cron/crontabs/root
0 commit comments