# docker build -t ubuntu-zh:24.10 .
FROM ubuntu:24.10
COPY localtime /etc/localtime
COPY certs /etc/ssl/certs
