Skip to content

Commit

Permalink
fix: 🐛 下载失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed May 31, 2024
1 parent 492a15e commit ed9fcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETARCH

ENV SHELL2HTTP_VERSION "1.17.0"

RUN wget --no-check-certificate https://github.com/msoap/shell2http/releases/download/v${SHELL2HTTP_VERSION}/shell2http_${SHELL2HTTP_VERSION}_linux_${TARGETARCH}.tar.gz && \
RUN wget --no-check-certificate https://gh.monlor.com/https://github.com/msoap/shell2http/releases/download/v${SHELL2HTTP_VERSION}/shell2http_${SHELL2HTTP_VERSION}_linux_${TARGETARCH}.tar.gz && \
tar -zxvf shell2http_${SHELL2HTTP_VERSION}_linux_${TARGETARCH}.tar.gz -C /usr/bin/ shell2http && \
rm -f shell2http_${SHELL2HTTP_VERSION}_linux_${TARGETARCH}.tar.gz

Expand Down

0 comments on commit ed9fcf0

Please sign in to comment.