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:
Diffstat (limited to 'docker-armhf')
-rw-r--r--docker-armhf/nextcloudpi/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-armhf/nextcloudpi/Dockerfile b/docker-armhf/nextcloudpi/Dockerfile
index bc39eeac..9a86616c 100644
--- a/docker-armhf/nextcloudpi/Dockerfile
+++ b/docker-armhf/nextcloudpi/Dockerfile
@@ -13,6 +13,9 @@ RUN \
# mark as image build
touch /.ncp-image; \
+# mark as docker image
+touch /.docker-image; \
+
apt-get update; \
apt-get install --no-install-recommends -y wget ca-certificates; \