diff --git a/Config/F-DroidRepo/Dockerfile b/Config/F-DroidRepo/Dockerfile index 6f02e07..1f1636b 100644 --- a/Config/F-DroidRepo/Dockerfile +++ b/Config/F-DroidRepo/Dockerfile @@ -122,6 +122,11 @@ ENV FILE39="$FILE39" # Download Remote Files # +# For the ADD's below with an empty variable, the command will pull +# the hosts's Downloads folder to the container. This is done to +# prevent any of those files from being used is later commands. +WORKDIR /tmp/ + ADD "$FILE00" "$DOWNLOAD"/ ADD "$FILE01" "$DOWNLOAD"/ ADD "$FILE02" "$DOWNLOAD"/ @@ -162,6 +167,8 @@ ADD "$FILE37" "$DOWNLOAD"/ ADD "$FILE38" "$DOWNLOAD"/ ADD "$FILE39" "$DOWNLOAD"/ +WORKDIR "$FDROID" + # Move Downloaded Files # RUN rm -v "$DOWNLOAD"/docker-compose*yml