mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 00:12:19 +01:00
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
|
|
|