mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 01:30:48 +02:00
7a12202675
- rpm: Simplify script and list wolfSSL as packager - add packaging github action
7 lines
137 B
Docker
7 lines
137 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
|
|
|