diff --git a/Dockerfile b/Dockerfile index 5867104..66160e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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