feat: Keeps curl to support healthchecks

Closes #220
Closes #273
This commit is contained in:
Marco Beelen
2023-04-12 11:38:23 +02:00
committed by PlantUML
parent 972d136665
commit 385fa1274a
2 changed files with 0 additions and 2 deletions

View File

@@ -44,7 +44,6 @@ RUN apt-get update && \
make && \
make install && \
apt-get remove -y \
curl \
build-essential \
libexpat1-dev \
libgd-dev \

View File

@@ -37,7 +37,6 @@ RUN apt-get update && \
make && \
make install && \
apt-get remove -y \
curl \
build-essential \
libexpat1-dev \
libgd-dev \