File tree Expand file tree Collapse file tree 4 files changed +23
-566
lines changed Expand file tree Collapse file tree 4 files changed +23
-566
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ RUN apt-get install -y \
9
9
git \
10
10
curl
11
11
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 -
14
14
RUN apt-get install -y nodejs
15
15
16
16
# This saves some build time by installing base requirements
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ port-for==0.3.1
83
83
prettytable==0.7.2
84
84
progressbar2==3.34.2
85
85
psycopg2==2.8.6
86
+ psycopg2-binary==2.8.6
86
87
py-vapid==1.3.0
87
88
pyasn1==0.3.2
88
89
pyasn1-modules==0.0.11
@@ -128,3 +129,5 @@ virtualenv==15.1.0
128
129
watchdog==0.8.3
129
130
webencodings==0.5.1
130
131
whitenoise==4.1.4
132
+ django-storages==1.11.1
133
+ boto3==1.17.109
You can’t perform that action at this time.
0 commit comments