File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ RUN apt-get update && apt-get install -y devscripts build-essential debhelper pk
48
48
49
49
# Install pip packages
50
50
RUN pip install pip --upgrade
51
- RUN pip install --upgrade --no-cache-dir --use-feature=2020-resolver --src /usr/src -r requirements.txt \
51
+ RUN pip install --upgrade --no-cache-dir --src /usr/src -r requirements.txt \
52
52
&& pip install pygdal==$(gdal-config --version).* \
53
53
&& pip install flower==0.9.4
54
54
55
- RUN pip install --upgrade --use-feature=2020-resolver -e .
55
+ RUN pip install --upgrade -e .
56
56
57
57
# Activate "memcached"
58
58
RUN apt install memcached
@@ -62,8 +62,8 @@ RUN pip install pylibmc \
62
62
# Install "geonode-contribs" apps
63
63
RUN cd /usr/src; git clone https://github.com/GeoNode/geonode-contribs.git -b master
64
64
# Install logstash and centralized dashboard dependencies
65
- RUN cd /usr/src/geonode-contribs/geonode-logstash; pip install --upgrade --use-feature=2020-resolver -e . \
66
- cd /usr/src/geonode-contribs/ldap; pip install --upgrade --use-feature=2020-resolver -e .
65
+ RUN cd /usr/src/geonode-contribs/geonode-logstash; pip install --upgrade -e . \
66
+ cd /usr/src/geonode-contribs/ldap; pip install --upgrade -e .
67
67
68
68
# Export ports
69
69
EXPOSE 8000
You can’t perform that action at this time.
0 commit comments