diff --git a/Dockerfile b/Dockerfile index 10596e6b..72053f0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,7 @@ WORKDIR /app # libpq: required to run postgres, tzdata: required to set timezone, nodejs: JS runtime RUN apk add --no-cache \ + curl \ tzdata \ postgresql-client