Skip to content

Instantly share code, notes, and snippets.

@uurtech
Last active April 19, 2022 08:34
Show Gist options
  • Save uurtech/c2bab9fb9211dafb94d6739c7c5ba1d5 to your computer and use it in GitHub Desktop.
Save uurtech/c2bab9fb9211dafb94d6739c7c5ba1d5 to your computer and use it in GitHub Desktop.
Mysql Cli Dockerfile
FROM ubuntu
RUN apt update
RUN apt install software-properties-common -y
RUN apt-get install mysql-client -y
ENTRYPOINT [ "tail", "-f", "/dev/null" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment