Skip to content

Instantly share code, notes, and snippets.

@alanhe421
Last active September 6, 2023 04:24
Show Gist options
  • Save alanhe421/12d6084cc3dbfc1b8e39df7a933e4a4b to your computer and use it in GitHub Desktop.
Save alanhe421/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