Skip to content

Commit 4bde83a

Browse files
committed
1 parent 6736dde commit 4bde83a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ This example creates 3 different docker images:
341341
certificate and sets a cron that renews the certificate (the cron
342342
runs every minute for testing purposes).
343343

344+
On Linux, you will need the `libpcsclite-dev` package.
345+
344346
To run this test you need to have the docker daemon running. With docker running
345347
swith to the `examples/docker directory` and run `make`:
346348

examples/docker/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
all: binaries build up
22

33
binaries:
4-
GOOS=linux go build -o ca/step-ca github.com/smallstep/certificates/cmd/step-ca
5-
GOOS=linux go build -o renewer/step github.com/smallstep/cli/cmd/step
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
66

77
build: build-nginx build-ca build-renewer
88
build-nginx:

0 commit comments

Comments
 (0)