Skip to content

Commit a664cc2

Browse files
committed
Fix dependencies issue
1 parent 200a777 commit a664cc2

File tree

4 files changed

+23
-566
lines changed

4 files changed

+23
-566
lines changed

build/semesterly-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ RUN apt-get install -y \
99
git \
1010
curl
1111

12-
# Install node 10.x
13-
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
12+
# Install node 14.x
13+
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
1414
RUN apt-get install -y nodejs
1515

1616
# This saves some build time by installing base requirements

build/semesterly-base/requirements_base.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ port-for==0.3.1
8383
prettytable==0.7.2
8484
progressbar2==3.34.2
8585
psycopg2==2.8.6
86+
psycopg2-binary==2.8.6
8687
py-vapid==1.3.0
8788
pyasn1==0.3.2
8889
pyasn1-modules==0.0.11
@@ -128,3 +129,5 @@ virtualenv==15.1.0
128129
watchdog==0.8.3
129130
webencodings==0.5.1
130131
whitenoise==4.1.4
132+
django-storages==1.11.1
133+
boto3==1.17.109

0 commit comments

Comments
 (0)