mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
Cleaner base image
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
FROM ubuntu:22.04
|
ARG DOCKER_BASE_IMAGE=ubuntu:22.04
|
||||||
|
FROM $DOCKER_BASE_IMAGE
|
||||||
|
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y build-essential autoconf libtool
|
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y build-essential autoconf libtool
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user