An open API service indexing awesome lists of open source software.

https://github.com/yanghao5/myimages


https://github.com/yanghao5/myimages

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# docker ssh

# Debian

```
# default build
make debian127
# set apt mirror and image tag
make debian127 apt=aliyun tag=debianssh:01
```

# LLVM

```
# default build
make llvm17

# set base image and image tag
make llvm17 image=debianssh:01 tag=llvmop:01
```

# build clean

```
# NB
# it will remove all prune resource
make clean
```