Skip to content

Instantly share code, notes, and snippets.

@alanhg
Last active September 6, 2023 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanhg/12d6084cc3dbfc1b8e39df7a933e4a4b to your computer and use it in GitHub Desktop.
Save alanhg/12d6084cc3dbfc1b8e39df7a933e4a4b to your computer and use it in GitHub Desktop.
alpine.Dockerfile
FROM alpine:3.14
RUN apk add --no-cache mysql-client
ENTRYPOINT ["mysql"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment