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