update build method

pull/49/head
modem7 2022-06-11 00:46:15 +01:00
rodzic 2468d664cc
commit 038cffa310
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 780D7218B8D553A3
32 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -30,7 +30,7 @@ RUN apk update && apk add --update --no-cache \
libffi-dev \
&& python3 -m pip install --no-cache-dir -U pip setuptools wheel
RUN python3 -m pip install -v --no-cache-dir -U -f wheels/ -r requirements.txt \
RUN python3 -m pip install -v --no-cache-dir -U -r requirements.txt \
&& rm -rf wheels/
FROM alpine:3.16

Wyświetl plik

@ -1,3 +1,5 @@
--extra-index-url https://modem7.github.io/PyPI/simple
llfuse==1.4.2
borgbackup==1.2.1
borgmatic==1.6.3

Plik binarny nie jest wyświetlany.