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>2017-06-12 23:53:18 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-13 11:01:19 +0300
commitaa6f5cab05af4e87d88c6561bffe0b528885ae6c (patch)
tree75cf7ada0875c46f1bd84bab426437d1cbbbee24 /prepare-build-env-docker.sh
parent2a90a83ad2fd28277f678ef530aed44dc3344deb (diff)
build docker container with QEMU environment (in progress)
Diffstat (limited to 'prepare-build-env-docker.sh')
-rwxr-xr-xprepare-build-env-docker.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/prepare-build-env-docker.sh b/prepare-build-env-docker.sh
index a63e1ab5..afe9d731 100755
--- a/prepare-build-env-docker.sh
+++ b/prepare-build-env-docker.sh
@@ -25,7 +25,7 @@ source etc/library.sh # initializes $IMGNAME
IMGBASE="raspbian_docker_base.img"
-export NO_CONFIG=1 # skip interactive configuration
+export NO_CONFIG=1 # skip interactive configuration
download_resize_raspbian_img 3G $IMGBASE || exit 1
@@ -37,7 +37,6 @@ IMGOUT="raspbian_docker.img"
pack_image "$IMGFILE" "$IMGOUT"
-
# License
#
# This script is free software; you can redistribute it and/or modify it