Skip to content

Commit

Permalink
need to say it's git
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Nov 20, 2024
1 parent 2e62276 commit f8565c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ghcr.io/indico/indico:$VERSION
# all the installations etc can be done using the unprivileged indico user
USER indico

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

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

0 comments on commit f8565c8

Please sign in to comment.