Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down