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>2019-07-20 05:57:07 +0300
committernachoparker <nacho@ownyourbits.com>2019-07-21 16:36:52 +0300
commitef98253dd15acc4e4d0d902280d83f2262f61844 (patch)
tree57e7634d0c8e2a5095544f5ba2bd75d60ff091f7 /build-docker.sh
parent31f7e52d9b7d105d7d9a1b5703fd5c71725c1b88 (diff)
armbian: fix build
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'build-docker.sh')
-rwxr-xr-xbuild-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-docker.sh b/build-docker.sh
index 40fd70ce..dc6b1cae 100755
--- a/build-docker.sh
+++ b/build-docker.sh
@@ -21,7 +21,7 @@ function build_arch()
docker_build -f docker/debian-ncp/Dockerfile -t ownyourbits/debian-ncp-${ncp_tag}:latest --pull --build-arg release=${release} --build-arg arch=${arch} --build-arg arch_qemu=${arch_qemu}
docker_build -f docker/lamp/Dockerfile -t ownyourbits/lamp-${ncp_tag}:latest --build-arg release=${release} --build-arg arch=${ncp_tag}
- docker_build -f docker/nextcloud/Dockerfile --no-cache -t ownyourbits/nextcloud-${ncp_tag}:latest --build-arg release=${release} --build-arg arch=${ncp_tag}
+ docker_build -f docker/nextcloud/Dockerfile -t ownyourbits/nextcloud-${ncp_tag}:latest --build-arg release=${release} --build-arg arch=${ncp_tag}
docker_build -f docker/nextcloudpi/Dockerfile -t ownyourbits/nextcloudpi-${ncp_tag}:latest --build-arg release=${release} --build-arg arch=${ncp_tag} --build-arg ncp_ver=${version}
docker tag ownyourbits/debian-ncp-${ncp_tag}:latest ownyourbits/debian-ncp-${ncp_tag}:"${version}"