fix problem with Github url tokens

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2020-11-20 10:26:00 +01:00
parent ed6a4d1d68
commit 8513ec163f
1 changed files with 2 additions and 3 deletions

View File

@ -107,13 +107,12 @@ After building, you should obtain the SD Card image `sdcard.img` and the firmwar
When using a Docker container, all the prerequisites are automatically installed.
### How to get the sources
When using a Docker container, you must first get the FunKey-OS [Dockerfile](https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/Dockerfile) and put it into a separate directory (here we place it into a `FunKey-OS` directory):
When using a Docker container, you must first create a new directory (here we create a `FunKey-OS` directory) and get the FunKey-OS [Dockerfile](https://github.com/FunKey-Project/FunKey-OS/blob/master/docker/Dockerfile):
```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!):
```bash
$ docker build -t funkey-project/funkey-os .