parent
3eb6f51225
commit
6e90db827f
|
@ -12,7 +12,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
|
||||||
RUN apt-get update && apt-get -y install google-chrome-stable
|
RUN apt-get update && apt-get -y install google-chrome-stable
|
||||||
|
|
||||||
# Add pipenv
|
# Add pipenv
|
||||||
RUN pip install pipenv==2021.5.29
|
RUN pip install pipenv==2022.11.30
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN pipenv install
|
RUN pipenv install
|
||||||
|
|
Loading…
Reference in New Issue