DEV Community

Discussion on: My Docker Setup For GatsbyJS (and NextJS)

Collapse
 
gustavorglima profile image
Gustavo Lima

Here does not Work! Need to change python to python3. E.g.:

RUN apk add --update --no-cache build-base python3-dev python3 libffi-dev libressl-dev bash git gettext curl \
 && curl -O https://bootstrap.pypa.io/get-pip.py \
 && python3 get-pip.py \
 && pip install --upgrade six awscli awsebcli