1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

Docs - document the necessary call to docker pull

Fix #441
This commit is contained in:
Pete Fotheringham 2023-09-17 16:48:42 +01:00
parent fe86129973
commit 9f17640bb3

@ -60,6 +60,11 @@ If you are 'dirty' flashing, it is a good idea to backup your user-installed app
## How can I build LineageOS? ## How can I build LineageOS?
Before you start, make sure you have the latest version of our Docker image:
```
docker pull lineageos4microg/docker-lineage-cicd
```
This Docker image contains a great number of settings, to allow you to fully This Docker image contains a great number of settings, to allow you to fully
customize your LineageOS build. Here you can find all of them, with the default customize your LineageOS build. Here you can find all of them, with the default
values between the brackets. values between the brackets.