From 6d7127d039828c4d5f4e40106acf3dac1b993dc9 Mon Sep 17 00:00:00 2001 From: chujun Date: Fri, 5 Apr 2024 16:26:41 +0800 Subject: [PATCH] Update README.md Fetch the large file before building the image. The current instructions on readme would omit the large size file and build a empty image. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 62e22309e..6bf8da112 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,12 @@ eg. to build the `nodejs18.x` image, start by checking out the `nodejs18.x` bran ``` git checkout nodejs18.x ``` +fetch the large files +``` +git lfs fetch +git lfs install +git lfs checkout . +``` Finally you can build your image as such: ```