Skip to content

Commit

Permalink
added pip update (#170)
Browse files Browse the repository at this point in the history
* MOD timeout to 30 minutes on sormas-ui and sormas-rest

* Add default sormas sb user

* new sormas keycloak service provider interface (#153)

* sormas: updated properties for symptom journal and patient diary

* keycloak: add deploy of custom SPI from sormas

* keycloak: update documentation

* keycloak: update Keycloak version, documentation and added realm update script (#155)

* sormas: updated properties for symptom journal and patient diary

* keycloak: add deploy of custom SPI from sormas

* keycloak: update documentation

* keycloak: update Keycloak version, documentation and added realm update script

* Release Candidate 1.54.0

* changes fro demis

* fixed version of Keycloak zip

* update sormas version

* Removed SJ_DEFAULT envs

* added new vars for demis

* added DEBUGINFO_ENABLED

* fixed error

* added mkdir for ${TIME_PERSISTENCE_PATH}

* added version of demis adapter

* release 2.16.0-rc2

* Update Dockerfile

* version 2.17.0-rc1

* added pip update

Co-authored-by: Nico Kahlert <[email protected]>
Co-authored-by: akm <[email protected]>
Co-authored-by: Alex <[email protected]>
Co-authored-by: Adrian Sorge <[email protected]>
  • Loading branch information
5 people authored Feb 8, 2021
1 parent c4ca529 commit 7e116bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions letsencrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ RUN \
else \
CERTBOT="certbot==${CERTBOT_VERSION}"; \
fi && \
python -m pip install -U pip && \
pip3 install -U \
pip && \
pip3 install -U \
Expand Down

0 comments on commit 7e116bc

Please sign in to comment.