mirror of
https://github.com/octoleo/plantuml-server.git
synced 2025-02-03 11:08:25 +00:00
fix: add missing build dependency for graphviz
This commit is contained in:
parent
ebece93726
commit
329aae7fc6
@ -25,12 +25,13 @@ RUN apt-get update && \
|
||||
/generate-jetty-start.sh
|
||||
|
||||
# Build Graphviz from source because there are no binary distributions for recent versions
|
||||
ARG GRAPHVIZ_VERSION=7.1.0
|
||||
ARG GRAPHVIZ_VERSION=8.0.2
|
||||
ARG GRAPHVIZ_BUILD_DIR=/tmp/graphiz-build
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
build-essential \
|
||||
libexpat1-dev \
|
||||
&& \
|
||||
mkdir -p $GRAPHVIZ_BUILD_DIR && \
|
||||
cd $GRAPHVIZ_BUILD_DIR && \
|
||||
|
@ -18,12 +18,13 @@ RUN apt-get update && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Build Graphviz from source because there are no binary distributions for recent versions
|
||||
ARG GRAPHVIZ_VERSION=7.1.0
|
||||
ARG GRAPHVIZ_VERSION=8.0.2
|
||||
ARG GRAPHVIZ_BUILD_DIR=/tmp/graphiz-build
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
build-essential \
|
||||
libexpat1-dev \
|
||||
&& \
|
||||
mkdir -p $GRAPHVIZ_BUILD_DIR && \
|
||||
cd $GRAPHVIZ_BUILD_DIR && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user