testando alterar dockerfile
Some checks failed
Documentation Generator / Build Sphinx documentation (push) Has been cancelled

This commit is contained in:
2025-11-08 20:39:17 -03:00
parent aa4d19aafd
commit 46e9203677

View File

@@ -1,5 +1,4 @@
FROM alpine:3.22.1 AS build FROM alpine:3.22.1 AS build
LABEL maintainer="Nunks <nunks@nunks.org>"
RUN apk add python3 py3-pip git build-base python3-dev libffi-dev openssl-dev RUN apk add python3 py3-pip git build-base python3-dev libffi-dev openssl-dev
@@ -7,16 +6,13 @@ WORKDIR /opt
RUN python3 -m venv env RUN python3 -m venv env
RUN git clone https://github.com/rosskouk/asknavidrome.git RUN git clone https://g.nunks.org/nunks/asknavidrome-cafofo.git
WORKDIR /opt/asknavidrome WORKDIR /opt/asknavidrome
RUN source ../env/bin/activate && pip --no-cache-dir install wheel && pip --no-cache-dir install -r skill/requirements-docker.txt RUN source ../env/bin/activate && pip --no-cache-dir install wheel && pip --no-cache-dir install -r skill/requirements-docker.txt
FROM alpine:3.22.1 FROM alpine:3.22.1
LABEL maintainer="Ross Stewart <rosskouk@gmail.com>"
LABEL org.opencontainers.image.source=https://github.com/rosskouk/asknavidrome
RUN apk add python3 RUN apk add python3