diff --git a/README.md b/README.md index 6ebfda9..e50caf8 100755 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ You may now build your FunKey with: ```bash $ make ``` -This may take a while (~1h30), so consider getting yourself a cup or glass of your favorite beverage ;-) +This may take a while (~1h30), so consider getting yourself a cup, a glass or a bottle of your favorite beverage ;-) Note: you will need to have access to the network, since buildroot will download the package sources. @@ -111,6 +111,7 @@ When using a Docker container, you must first create a new directory (here we cr ```bash $ mkdir FunKey-OS $ cd FunKey-OS +$ wget https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/Dockerfile ``` You must then build the docker image (don't forget the final dot!): @@ -138,7 +139,7 @@ Or: $ docker logs funkey-os ``` -This may take a while (~1h30), so consider getting yourself a cup or glass of your favorite beverage ;-) +This may take a while (~1h30), so consider getting yourself a cup, a glass or a bottle of your favorite beverage ;-) Note: you will need to have access to the network, since buildroot will download the package sources. diff --git a/docker/Dockerfile b/docker/Dockerfile index 7b567f3..ff479b0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -92,7 +92,6 @@ RUN \ echo "funkey:funkey" | chpasswd && \ # # Clone the FunKey-OS repository - git config --global url."https://91133a45ba476b7fc73c7b190dc597fa8f9c909d:@github.com/".insteadOf "https://github.com/" && \ git clone https://github.com/FunKey-Project/FunKey-OS.git /home/funkey/FunKey-OS && \ # # Set file ownership