Last active
January 15, 2022 13:31
-
-
Save Andrea-Scuderi/a90c84cecaa50047a0efe3235e53365e to your computer and use it in GitHub Desktop.
Dockerfile-emerge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM python:3.9.9-slim-buster | |
RUN apt-get -qq update | |
RUN apt-get install -qqy graphviz graphviz-dev gcc | |
RUN rm -rf /var/lib/apt/lists/* | |
RUN pip install --upgrade pip | |
RUN pip install emerge-viz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment