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