Skip to content
Merged
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
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8

RUN apt-get update -y \
&& apt-get install -y python3-pip
&& apt-get install -y python3-pip libnss3

RUN pip3 install pipenv
RUN pipenv --python 3.8 install