Skip to content

Commit

Permalink
Merge pull request #7 from DNXLabs/serverless-1.69.0
Browse files Browse the repository at this point in the history
Include postgresql-dev and update serverless version
  • Loading branch information
brunodasilvalenga authored May 4, 2020
2 parents d0a1773 + 785c70f commit a6a4623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit a6a4623

Please sign in to comment.