Skip to content

Instantly share code, notes, and snippets.

@philroche
Created August 27, 2024 08:28
Show Gist options
  • Save philroche/5493c35729e31a14e80c60c97b122d28 to your computer and use it in GitHub Desktop.
Save philroche/5493c35729e31a14e80c60c97b122d28 to your computer and use it in GitHub Desktop.
Simple wolfi based dockerfile
FROM cgr.dev/chainguard/wolfi-base
RUN apk update && apk add --no-cache --update-cache curl jq
CMD curl -s https://api.adviceslip.com/advice --http1.1 | jq .slip.advice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment