Skip to content

Commit

Permalink
- version foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Moeni committed Sep 6, 2024
1 parent ed48ad8 commit 28606bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN python -m venv /opt/privacyidea
ENV PATH="/opt/privacyidea/:/opt/privacyidea/bin:$PATH"
RUN pip install --upgrade --force-reinstall pip
RUN pip install -r https://raw.githubusercontent.com/privacyidea/privacyidea/v3.10/requirements.txt && \
pip install psycopg2-binary && \
pip install psycopg2-binary && \
pip install privacyidea==${PI_VERSION} && \
pip install gunicorn

Expand All @@ -42,7 +42,7 @@ USER root

USER privacyidea

ADD --chown=privacyidea:privacyidea --chmod=755 https://raw.githubusercontent.com/privacyidea/privacyidea/v${PI_VERSION}/deploy/privacyidea/NetKnights.pem /etc/privacyidea/
ADD --chown=privacyidea:privacyidea --chmod=755 https://raw.githubusercontent.com/privacyidea/privacyidea/3.10/deploy/privacyidea/NetKnights.pem /etc/privacyidea/

EXPOSE ${PI_PORT}

Expand Down

0 comments on commit 28606bb

Please sign in to comment.