From 35ea75b5204661fc3bafb446bf029c4cbfeb08b2 Mon Sep 17 00:00:00 2001 From: root Date: Dec 12 2019 15:18:55 +0000 Subject: fix config.sh.blank --- diff --git a/config.sh.blank b/config.sh.blank index cdbbfae..5c4a09e 100644 --- a/config.sh.blank +++ b/config.sh.blank @@ -1,11 +1,9 @@ PACKET_BUILD_DIR=/data/builder # where you will store a build data - -CHROOTER_BUILD_OPTIONS="--privileged=true" # required by appimagekit # default value is env-builder-data/build # but we recommend to use directory outside of project sources # PROXY=http://1.2.3.4:1234 # if you are behind a proxy -# CHROOTER_BUILD_OPTIONS="$CHROOTER_BUILD_OPTIONS --build-arg=http_proxy=$PROXY --build-arg=https_proxy=$PROXY" +# CHROOTER_BUILD_OPTIONS="--build-arg=http_proxy=$PROXY --build-arg=https_proxy=$PROXY" # CHROOTER_RUN_OPTIONS="-e http_proxy=$PROXY -e https_proxy=$PROXY" chrooter() { # configure chrooter command diff --git a/readme b/readme index 86126d1..ddb2eb7 100644 --- a/readme +++ b/readme @@ -17,7 +17,6 @@ create and edit config file: we use config (some_path is a fake): PACKET_BUILD_DIR=/some_path/builder-packet - CHROOTER_BUILD_OPTIONS="--privileged=true" chrooter() { export CHROOTER_PREFIX="/some_path_to_mount" $BASE_DIR/chrooter/chrooter.sh $@