Skip to content

Commit

Permalink
update CGO usage for docker in README. closes #237.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jan 21, 2025
1 parent e35b6d6 commit 78cb98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ If you're not sure which SHA-256 hash (for a specific CA) to use, you can use th
```sh
# first compile the Docker binaries
make docker
CGO_ENABLED=0 make docker
# build the image
docker build -t micromdm/scep:latest .
Expand Down

0 comments on commit 78cb98e

Please sign in to comment.