chore: fix typo

https://github.com/plantuml/plantuml-server/issues/290
This commit is contained in:
Arnaud Roques 2023-05-17 19:13:46 +02:00
parent 6c2bae2f8a
commit 080cbaada9
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ RUN apt-get update && \
zlib1g-dev \
&& \
apt-get autoremove -y && \
apt-get clean & \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
rm -rf $GRAPHVIZ_BUILD_DIR

View File

@ -46,7 +46,7 @@ RUN apt-get update && \
zlib1g-dev \
&& \
apt-get autoremove -y && \
apt-get clean & \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
rm -rf $GRAPHVIZ_BUILD_DIR