diff --git a/Dockerfile b/Dockerfile index ed642a3..1f4736b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # RUN apk add --no-cache bash nodejs tini util-linux bash openssl procps coreutils curl tar jq FROM cronicle/base-alpine as build -RUN apk add --no-cache npm +RUN apk add --no-cache npm python3 alpine-sdk COPY . /build WORKDIR /build RUN ./bundle /dist --mysql --pgsql --s3 --sqlite --tools