atheme/stunnel/Dockerfile

12 lines
162 B
Docker
Raw Permalink Normal View History

ARG UBUNTU_VERSION="noble"
FROM ubuntu:${UBUNTU_VERSION}
RUN apt -y update
RUN apt -y install stunnel
ADD stunnel.conf /etc/stunnel/stunnel.conf
CMD stunnel