From 33c14b271997c62e148e65a90c7c00d9d7450d1e Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 4 Jul 2026 16:30:32 -0700 Subject: [PATCH] fdroid, Remove the extra WORKDIR. --- Config/F-DroidRepo/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Config/F-DroidRepo/Dockerfile b/Config/F-DroidRepo/Dockerfile index 71ad289..a20b51c 100644 --- a/Config/F-DroidRepo/Dockerfile +++ b/Config/F-DroidRepo/Dockerfile @@ -162,8 +162,6 @@ RUN bash -c '[[ -n "$FILE37" ]] && wget -P "$DOWNLOAD" "$FILE37"' RUN bash -c '[[ -n "$FILE38" ]] && wget -P "$DOWNLOAD" "$FILE38"' RUN bash -c '[[ -n "$FILE39" ]] && wget -P "$DOWNLOAD" "$FILE39"' -WORKDIR "$FDROID" - # Move Downloaded Files # # Move any downloaded APK files to the repo folder.