Skip to content

Commit

Permalink
more caddy related
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 committed Feb 15, 2023
1 parent 015bc6b commit 0619f5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ ENV XDG_CONFIG_HOME=/mnt/data/config
ENV DOWNLOAD_DIR=/mnt/data/videos
ENV STATE_DIR=/mnt/data/videos/.metube

RUN apk add --no-cache curl jq runit tzdata fuse p7zip bash findutils caddy \
&& caddy add-package 'github.com/caddy-dns/cloudflare' \
RUN apk add --no-cache curl jq runit tzdata fuse p7zip bash findutils \
&& python3 -m pip install --user --no-cache-dir pipx \
&& apk add --no-cache --virtual .build-deps curl-dev gcc libffi-dev musl-dev jpeg-dev \
&& pipx install --pip-args='--no-cache-dir' pyload-ng[plugins] \
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile.lite
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/wy580477/leech-aio-app-ex:1.6.13 AS builder
FROM ghcr.io/wy580477/leech-aio-app-ex:1.6.13-lite AS builder

FROM alexta69/metube:latest AS dist

Expand All @@ -17,8 +17,7 @@ ENV XDG_CONFIG_HOME=/mnt/data/config
ENV DOWNLOAD_DIR=/mnt/data/videos
ENV STATE_DIR=/mnt/data/videos/.metube

RUN apk add --no-cache curl jq runit tzdata fuse bash findutils caddy \
&& caddy add-package 'github.com/caddy-dns/cloudflare' \
RUN apk add --no-cache curl jq runit tzdata fuse bash findutils \
&& python3 -m pip install --user --no-cache-dir pipx \
&& pipx install --pip-args='--no-cache-dir' gallery-dl \
&& wget -O - https://github.com/mayswind/AriaNg/releases/download/1.3.2/AriaNg-1.3.2.zip | busybox unzip -qd /workdir/ariang - \
Expand Down

0 comments on commit 0619f5f

Please sign in to comment.