forked from wolfSSL/wolfssl
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
|
||||
|
||||
|
Reference in New Issue
Block a user