Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:10.19.0-slim
FROM node:16-slim
RUN apt-get update
RUN apt-get install -y jq zip build-essential python2.7 python2.7-dev git curl
RUN ln /usr/bin/python2.7 /usr/bin/python2
RUN curl -O https://bootstrap.pypa.io/pip/2.7/get-pip.py && python2.7 get-pip.py && rm get-pip.py
RUN pip install awscli
RUN apt-get install -y jq zip build-essential git curl python3.7 python3-pip
RUN ln /usr/bin/python3.7 /usr/bin/python
RUN ln /usr/bin/pip3 /usr/bin/pip
RUN pip3 install awscli