No longer need to remove the weird files that were getting ADD'ed in.
This commit is contained in:
@@ -171,8 +171,6 @@ WORKDIR "$FDROID"
|
|||||||
|
|
||||||
# Move Downloaded Files #
|
# Move Downloaded Files #
|
||||||
|
|
||||||
RUN rm -v "$DOWNLOAD"/docker-compose*yml
|
|
||||||
|
|
||||||
# Move any downloaded APK files to the repo folder.
|
# Move any downloaded APK files to the repo folder.
|
||||||
RUN mv -v "$DOWNLOAD"/*.apk "$REPO"/ || \
|
RUN mv -v "$DOWNLOAD"/*.apk "$REPO"/ || \
|
||||||
(echo "WARNING! No APK file(s) to copy." && sleep 10)
|
(echo "WARNING! No APK file(s) to copy." && sleep 10)
|
||||||
|
|||||||
Reference in New Issue
Block a user