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 1f457ff commit 77d3132Copy full SHA for 77d3132
2 files changed
Dockerfile
@@ -36,7 +36,7 @@ RUN \
36
curl -o \
37
/tmp/duplicati.zip -L \
38
"${duplicati_url}" && \
39
- unzip -q /tmp/duplicati.zip -d /app/duplicati && \
+ unzip -q /tmp/duplicati.zip -d /app && \
40
mv /app/duplicati* /app/duplicati && \
41
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
42
echo "**** cleanup ****" && \
Dockerfile.aarch64
0 commit comments