Skip to content

Commit 22e8e11

Browse files
committed
Drop curl from production image
Upstream can use a Bash fallback now[1] for healthchecks, so avoid shipping unnecessary things. [1] navapbc/template-infra@276a848
1 parent dd4173f commit 22e8e11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/{{app_name}}/Dockerfile.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ ENV RAILS_ENV="production" \
117117
# Install packages needed for deployment
118118
RUN apt-get update -qq \
119119
&& apt-get install -y --no-install-recommends \
120-
curl \
121120
libvips \
122121
libyaml-dev \
123122
postgresql-client \

0 commit comments

Comments
 (0)