Skip to content

Commit

Permalink
feat: Keeps curl to support healthchecks
Browse files Browse the repository at this point in the history
Closes #220
Closes #273
  • Loading branch information
mcbeelen authored and arnaudroques committed Apr 12, 2023
1 parent 972d136 commit 385fa12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile.jetty
Expand Up @@ -44,7 +44,6 @@ RUN apt-get update && \
make && \
make install && \
apt-get remove -y \
curl \
build-essential \
libexpat1-dev \
libgd-dev \
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.tomcat
Expand Up @@ -37,7 +37,6 @@ RUN apt-get update && \
make && \
make install && \
apt-get remove -y \
curl \
build-essential \
libexpat1-dev \
libgd-dev \
Expand Down

0 comments on commit 385fa12

Please sign in to comment.