Add a fix for the weird .yml files getting copied. Sort of a workaround, but ADD is way better than wget.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user