linux-wifi-hotspot/util/debian/README.md
2020-10-22 00:19:09 -07:00

359 B

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.