set to v0.2.12
This commit is contained in:
parent
db510ed703
commit
114d6f3eba
@ -11,14 +11,14 @@ RUN apk update && apk upgrade && apk add --no-cache musl-dev build-base make gcc
|
|||||||
|
|
||||||
ARG APP_DIR="/srv/app"
|
ARG APP_DIR="/srv/app"
|
||||||
ARG YT_REPO="https://git.sr.ht/~heckyel/yt-local"
|
ARG YT_REPO="https://git.sr.ht/~heckyel/yt-local"
|
||||||
ARG YT_BRANCH="0.2.11"
|
ARG YT_BRANCH="0.2.12"
|
||||||
|
|
||||||
RUN mkdir --parents "$APP_DIR"
|
RUN mkdir --parents "$APP_DIR"
|
||||||
|
|
||||||
WORKDIR "$APP_DIR"
|
WORKDIR "$APP_DIR"
|
||||||
|
|
||||||
RUN git clone --depth=1 "$YT_REPO" --branch "$YT_BRANCH" "$APP_DIR"
|
RUN git clone --depth=1 "$YT_REPO" --branch "$YT_BRANCH" "$APP_DIR" && \
|
||||||
RUN git show --oneline --no-patch
|
git show --oneline --no-patch
|
||||||
RUN pip install --upgrade pip && \
|
RUN pip install --upgrade pip && \
|
||||||
pip install --no-cache-dir --prefix=/install wheel gunicorn
|
pip install --no-cache-dir --prefix=/install wheel gunicorn
|
||||||
RUN pip install --no-cache-dir --prefix=/install -r requirements.txt
|
RUN pip install --no-cache-dir --prefix=/install -r requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user