mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-03 23:05:05 +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
|
||
|
|
|