Skip to content

Commit

Permalink
be more explicit about pip
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Nov 20, 2024
1 parent f8565c8 commit 1f8c042
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
ARG VERSION=latest

ARG pip="/opt/indico/.venv/bin/pip"

FROM ghcr.io/indico/indico:$VERSION

# all the installations etc can be done using the unprivileged indico user
USER indico

RUN ${pip} install git+https://github.com/WIPACrepo/indico-sso-plugin.git
RUN /opt/indico/.venv/bin/pip install git+https://github.com/WIPACrepo/indico-sso-plugin.git

ENTRYPOINT ["/opt/indico/docker_entrypoint.sh"]
EXPOSE 59999

0 comments on commit 1f8c042

Please sign in to comment.