Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 committed Jun 26, 2024
1 parent 611fadf commit 3969d3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine as builder
FROM node:lts-alpine AS builder

WORKDIR /metube

Expand Down Expand Up @@ -46,7 +46,7 @@ RUN apk add --no-cache --update curl jq ffmpeg runit tzdata fuse3 p7zip bash fin
&& apk add --no-cache --update --virtual .build-deps git curl-dev gcc g++ libffi-dev musl-dev jpeg-dev \
&& pip install --no-cache-dir pipenv \
&& git clone https://github.com/alexta69/metube \
&& mv ./metube/Pipfile* ./metube/app ./metube/favicon ./ \
&& mv ./metube/Pipfile* ./metube/app ./ \
&& pipenv install --system --deploy --clear \
&& pip uninstall pipenv -y \
&& pipx install --pip-args='--no-cache-dir' pyload-ng[plugins] \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.lite
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine as builder
FROM node:lts-alpine AS builder

WORKDIR /metube

Expand Down Expand Up @@ -45,7 +45,7 @@ RUN apk add --no-cache --update curl ffmpeg jq runit tzdata fuse3 bash findutils
&& apk add --no-cache --update --virtual .build-deps git gcc g++ musl-dev \
&& pip install --no-cache-dir pipenv \
&& git clone https://github.com/alexta69/metube \
&& mv ./metube/Pipfile* ./metube/app ./metube/favicon ./ \
&& mv ./metube/Pipfile* ./metube/app ./ \
&& pipenv install --system --deploy --clear \
&& pip uninstall pipenv -y \
&& apk del .build-deps \
Expand Down

0 comments on commit 3969d3e

Please sign in to comment.