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