Skip to content

Commit 6394d61

Browse files
committed
Remove mkdir
1 parent 77d3132 commit 6394d61

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ RUN \
3030
DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" \
3131
| jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name'); \
3232
fi && \
33-
mkdir -p \
34-
/app/duplicati && \
3533
duplicati_url=$(curl -s "https://api.github.com/repos/duplicati/duplicati/releases/tags/${DUPLICATI_RELEASE}" | jq -r '.assets[].browser_download_url' |grep 'linux-x64-gui.zip$') && \
3634
curl -o \
3735
/tmp/duplicati.zip -L \

Dockerfile.aarch64

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ RUN \
3030
DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" \
3131
| jq -r 'first(.[] | select(.tag_name | contains("beta"))) | .tag_name'); \
3232
fi && \
33-
mkdir -p \
34-
/app/duplicati && \
3533
duplicati_url=$(curl -s "https://api.github.com/repos/duplicati/duplicati/releases/tags/${DUPLICATI_RELEASE}" | jq -r '.assets[].browser_download_url' |grep 'linux-arm64-gui.zip$') && \
3634
curl -o \
3735
/tmp/duplicati.zip -L \

0 commit comments

Comments
 (0)