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-04-10 14:54:07 +0300
committernachoparker <nacho@ownyourbits.com>2018-04-10 14:54:07 +0300
commit88531273c649ec063621023409951099eb4cc952 (patch)
tree8a1351742fcda8700d412e907dd9c470f5745b06 /docker-armhf
parent8c8d5b18484cc668fe066b1b212fd566ff303d7c (diff)
docker: fix updates from ncp-web
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; \