mirror of
https://gitea.psi.ch/APOG/acsmnode.git
synced 2025-06-24 13:11:08 +02:00
Update Dockerfile to contain renderer for graphviz workflow files
This commit is contained in:
@ -10,6 +10,10 @@ ENV ENV_NAME=apog_penv
|
||||
WORKDIR /acsmdc
|
||||
|
||||
#RUN apt-get update && apt-get install -y cifs-utils
|
||||
# Install Graphviz system binaries
|
||||
RUN apt-get update && apt-get install -y \
|
||||
graphviz \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Use mamba if available for faster installation
|
||||
RUN conda install -y -n base -c conda-forge mamba && \
|
||||
|
Reference in New Issue
Block a user