Skip to content

Instantly share code, notes, and snippets.

@collinprather
Created March 14, 2020 21:58
Show Gist options
  • Save collinprather/64b8150e200542dcc096f5ac9e3534b0 to your computer and use it in GitHub Desktop.
Save collinprather/64b8150e200542dcc096f5ac9e3534b0 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