mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2025-12-22 03:03:32 +00:00
Fixed dockerfile tar.gz version
This commit is contained in:
@@ -25,7 +25,7 @@ RUN \
|
|||||||
|
|
||||||
# Install unifi-protect-backup
|
# Install unifi-protect-backup
|
||||||
RUN echo "**** install unifi-protect-backup ****"
|
RUN echo "**** install unifi-protect-backup ****"
|
||||||
COPY dist/unifi-protect-backup-0.5.0.tar.gz sdist.tar.gz
|
COPY dist/unifi-protect-backup-0.5.1.tar.gz sdist.tar.gz
|
||||||
RUN \
|
RUN \
|
||||||
pip install sdist.tar.gz && \
|
pip install sdist.tar.gz && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
|
|||||||
Reference in New Issue
Block a user