Skip to content

Instantly share code, notes, and snippets.

@collinprather
Created March 15, 2020 17:29
Show Gist options
  • Save collinprather/35a7fa5b0847cdf8fd4c647f6a6684dc to your computer and use it in GitHub Desktop.
Save collinprather/35a7fa5b0847cdf8fd4c647f6a6684dc to your computer and use it in GitHub Desktop.
RUN apt-get update &&\
apt-get install python3.7 -y &&\
apt-get install python3-pip -y &&\
apt-get install graphviz -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment