Skip to content

Commit

Permalink
Fixed installing gunicorn from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosta91 committed Jul 28, 2023
1 parent 718ea0c commit ff19ffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,14 @@ RUN mkdir -p ${PYTHONPATH} \
libsasl2-modules-gssapi-mit \
libpq-dev \
libecpg-dev \
git \
&& rm -rf /var/lib/apt/lists/*

COPY ./requirements/*.txt /app/requirements/
COPY setup.py MANIFEST.in README.md /app/

RUN pip install --force-reinstall git+https://github.com/HPEEzmeral/ezua-gunicorn.git@master

# setup.py uses the version information in package.json
COPY superset-frontend/package.json /app/superset-frontend/

Expand Down Expand Up @@ -139,9 +142,6 @@ RUN cd /app \
&& pip install --no-cache -r requirements/docker.txt \
&& pip install --no-cache -r requirements/requirements-local.txt || true

# # Fix for EZAF-583 was moved here as the network may be not available in the non-airgap environment
# RUN apt-get update ; apt-get upgrade -y ; apt-get install -y git ; \
# pip install --force-reinstall git+https://github.com/benoitc/gunicorn.git@master
USER superset


Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ geopy==2.2.0
# via apache-superset
graphlib-backport==1.0.3
# via apache-superset
gunicorn==20.1.0
# via apache-superset
# gunicorn==20.1.0
# # via apache-superset
hashids==1.3.1
# via apache-superset
hijri-converter==2.2.4
Expand Down

0 comments on commit ff19ffb

Please sign in to comment.