Skip to content

Commit 77950c6

Browse files
author
Tim Schultz
authored
Build issue (#10799)
* update psycopg2 * remove google-chrome-stable_current_amd64.deb
1 parent 4f6964c commit 77950c6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ WORKDIR /usr/src
2929
RUN apt-get update && apt-get install -y wget
3030
RUN wget "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
3131
RUN apt-get install -y $CHROME_DEPS
32-
RUN dpkg -i google-chrome-stable_current_amd64.deb
3332

3433
# Install cypress dependencies
3534
RUN apt-get install -y $CYPRESS_DEPS

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requests_oauthlib
2121
Pillow==8.3.2
2222
premailer
2323
populus
24-
psycopg2-binary==2.7.5
24+
psycopg2-binary==2.8
2525
PyJWT==1.5.3
2626
PyPdf2
2727
python-twitter==3.2

0 commit comments

Comments
 (0)