Skip to content

Commit

Permalink
[Fixes GeoNode/geonode-project#342] Geoserver Dockerfile, build failed (
Browse files Browse the repository at this point in the history
#9600) (#9602)

Co-authored-by: Alessio Fabiani <[email protected]>
  • Loading branch information
github-actions[bot] and afabiani authored Jul 5, 2022
1 parent 655ea44 commit c873b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function setup_django_once() {
}

function setup_django_every_time() {
pip install pip==9.0.3 --quiet
pip install pip --upgrade --quiet
pip install $GEONODE_SHARE/GeoNode-*.zip --no-dependencies --quiet
pip install $GEONODE_SHARE/jwcrypto-0.5.0-py2.py3-none-any.whl --no-dependencies --no-cache-dir --quiet
pip install $GEONODE_SHARE/xmltodict-0.10.2.tar.gz --no-dependencies --no-cache-dir --quiet
Expand Down

0 comments on commit c873b6e

Please sign in to comment.