Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Update build authored by Romain Hunault's avatar Romain Hunault
...@@ -35,13 +35,16 @@ WARNING : This process will only work on **case-sensitive** filesystems! ...@@ -35,13 +35,16 @@ WARNING : This process will only work on **case-sensitive** filesystems!
System requirement: Your computer needs to be 64-bit and running a 64-bit operating system with at least 250GB of spare hard drive space and 8GB of RAM (or 16GB in a virtual machine). System requirement: Your computer needs to be 64-bit and running a 64-bit operating system with at least 250GB of spare hard drive space and 8GB of RAM (or 16GB in a virtual machine).
>>> >>>
## 1. Install docker ## 1. Install docker
If you have not already done so, [install docker](https://docs.docker.com/install/) If you have not already done so, [install docker](https://docs.docker.com/install/)
## 2. Get our docker image ## 2. Get our docker image
>>>
Please run this step before each build, to be sure to get the last docker image.
>>>
```shell ```shell
$ sudo docker pull registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:latest $ sudo docker pull registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:latest
``` ```
... ...
......