No need to build base image locally anymoar

This commit is contained in:
Alexandre Aubin 2021-01-21 14:29:44 +01:00 committed by GitHub
parent 1a8ca9d37a
commit ab959a6156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,14 +83,11 @@ lxc remote add yunohost https://devbaseimgs.yunohost.org --public
(At the time this README is written, fingerprint is d9ae6e76c374e3c58c3c20a881cffe7435809adb3b222ec393805f5bd01bb522 ) (At the time this README is written, fingerprint is d9ae6e76c374e3c58c3c20a881cffe7435809adb3b222ec393805f5bd01bb522 )
Then you can : Then you can install package check :
``` ```
git clone https://github.com/YunoHost/package_check git clone https://github.com/YunoHost/package_check
cd package_check cd package_check
# Build the base image with pre-installed yunohost (this will take some time!)
./build_base_lxc.sh
``` ```
Then test your packages : Then test your packages :