Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-27 09:42:10 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-27 15:08:16 +0300
commit89835cc714dbe0f30e622cad262ee57c09dbfc1f (patch)
tree7b5aa4f901026d774d580d11d9f6c126eed0a088 /docker-armhf
parent2c01a876c27f372168ffc9760582e58a73edbe3c (diff)
build: fix noip cleanup uninstalls udiskie
Diffstat (limited to 'docker-armhf')
-rw-r--r--docker-armhf/nextcloudpi/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-armhf/nextcloudpi/Dockerfile b/docker-armhf/nextcloudpi/Dockerfile
index 569a9d57..4751fd01 100644
--- a/docker-armhf/nextcloudpi/Dockerfile
+++ b/docker-armhf/nextcloudpi/Dockerfile
@@ -32,6 +32,10 @@ sed -i 's|/media/USBdrive|/data/backups|' ncp-config.d/nc-backup.sh; \
rm /usr/local/etc/ncp.sh; \
rm /.ncp-image; \
+# should be cleaned up in no-ip.sh, but breaks udiskie.
+# safe to do it here since no automount in docker
+apt-get purge -y make gcc libc-dev; \
+
# cleanup all NCP extras
source /usr/local/etc/library.sh; \
cd /usr/local/etc/ncp-config.d/; \