Skip to content

Instantly share code, notes, and snippets.

@pvgomes
Created April 7, 2020 19:32
Show Gist options
  • Save pvgomes/c31dd02ad32c148ff7eaa156c89d026a to your computer and use it in GitHub Desktop.
Save pvgomes/c31dd02ad32c148ff7eaa156c89d026a to your computer and use it in GitHub Desktop.
Docker file example
FROM mysql:8.0.19
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment