linux-wifi-hotspot/util/debian
2020-10-22 00:19:09 -07:00
..
Dockerfile Create Dockerfile for building Deb package 2020-10-22 00:19:09 -07:00
README.md Create Dockerfile for building Deb package 2020-10-22 00:19:09 -07:00

Debian Build Docker Image

The Dockerfile in this directory can be used to build the debian package for this project.

  1. docker build . -t linux-wifi-hotspot-deb
  2. docker run -it linux-wifi-hotspot-deb
  3. cd /root

All build artifacts will be located in the /root directory.

  1. Use docker cp to copy the desired artifacts out of the container.