We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6964c commit 77950c6Copy full SHA for 77950c6
Dockerfile
@@ -29,7 +29,6 @@ WORKDIR /usr/src
29
RUN apt-get update && apt-get install -y wget
30
RUN wget "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
31
RUN apt-get install -y $CHROME_DEPS
32
-RUN dpkg -i google-chrome-stable_current_amd64.deb
33
34
# Install cypress dependencies
35
RUN apt-get install -y $CYPRESS_DEPS
requirements/base.txt
@@ -21,7 +21,7 @@ requests_oauthlib
21
Pillow==8.3.2
22
premailer
23
populus
24
-psycopg2-binary==2.7.5
+psycopg2-binary==2.8
25
PyJWT==1.5.3
26
PyPdf2
27
python-twitter==3.2
0 commit comments