mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 22:32:22 +01:00
4 lines
116 B
Docker
4 lines
116 B
Docker
FROM ubuntu:22.04
|
|
|
|
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y build-essential autoconf libtool
|