# deb-in-docker **Repository Path**: lothar/deb-in-docker ## Basic Information - **Project Name**: deb-in-docker - **Description**: Build Deb Using Docker - **Primary Language**: Docker - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-04-20 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deb-in-docker Build Deb Package In Docker ## How to run 1. Build runtime image ``` ./build.sh image ``` 1. Build deb ``` ./build.sh openresty ``` 1. collect your deb you can list all built deb using ``` git status ``` ### NOTICE I use git clean -fdX before and after build. So, you can only build deb one by one.