mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 17:32:42 +01:00
When you do `./configure`, the options are stored in the rules file. This then means you can use the normal Debian packaging methods. `make deb` also now uses `dpkg-buildpackage`.
6 lines
145 B
Docker
6 lines
145 B
Docker
FROM debian:latest
|
|
|
|
RUN apt-get -y update
|
|
RUN apt-get -y upgrade
|
|
RUN apt-get install -y build-essential autoconf gawk debhelper lintian dpkg-dev
|