We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dc52d commit 1f457ffCopy full SHA for 1f457ff
Dockerfile
@@ -37,6 +37,7 @@ RUN \
37
/tmp/duplicati.zip -L \
38
"${duplicati_url}" && \
39
unzip -q /tmp/duplicati.zip -d /app/duplicati && \
40
+ mv /app/duplicati* /app/duplicati && \
41
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
42
echo "**** cleanup ****" && \
43
apt-get clean && \
Dockerfile.aarch64
0 commit comments