Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ServiceStack/compose-manifests/tes/funnel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG FUNNEL_VERSION

USER root
RUN apk add --no-cache curl perl-utils \
&& sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohsu-comp-bio/funnel/refs/heads/develop/install.sh)" -- ${FUNNEL_VERSION} \
&& sh -c "$(curl -fsSL https://raw.githubusercontent.com/calypr/funnel/refs/heads/develop/install.sh |sed -e 's/ohsu-comp-bio/calypr/')" -- ${FUNNEL_VERSION} \
&& cp /root/.local/bin/funnel /usr/local/bin/funnel \
&& chown rootless:rootless /usr/local/bin/funnel \
&& chmod +x /usr/local/bin/funnel \
Expand Down