Create Dockerfile-Debian-Slim

This commit is contained in:
Donald Zou
2025-09-11 20:52:22 +08:00
parent 06f7e7f74b
commit b2532e305e

View File

@@ -0,0 +1,3 @@
FROM ubuntu:24.04
RUN apt-get update && apt-get full-upgrade -y