diff --git a/Dockerfile b/Dockerfile index ff54b20..af3c260 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:13-alpine -RUN apk --no-cache add python python3 python3-dev py-pip ca-certificates groff less bash make jq curl wget g++ zip git openssh && \ +RUN apk --no-cache add python python3 python3-dev py-pip ca-certificates groff less bash make jq curl wget g++ zip git openssh postgresql-dev && \ pip --no-cache-dir install awscli && \ update-ca-certificates @@ -15,6 +15,6 @@ RUN ln -sf /opt/yarn/dist/bin/yarn /usr/local/bin/yarn && \ ln -sf /opt/yarn/dist/bin/yarn /usr/local/bin/yarnpkg && \ yarn --version -ENV SERVERLESS serverless@1.67.0 +ENV SERVERLESS serverless@1.69.0 RUN yarn global add $SERVERLESS WORKDIR /work