Update Dockerfile

This commit is contained in:
2025-11-04 17:54:31 +00:00
parent 7c0793f53d
commit 9238fb2c72

View File

@@ -1,5 +1,5 @@
# Use a lightweight Linux image
FROM ubuntu:22.04
FROM ubuntu:22.04s
# Install dependencies
RUN apt-get update && \