arm适配

This commit is contained in:
hjx
2025-12-09 17:36:49 +08:00
parent 9153b6a498
commit 5b02024f4c
+10
View File
@@ -1,5 +1,15 @@
# 基础镜像
FROM arm64v8/openjdk:8
RUN apt-get update && \
apt-get install -y \
libfreetype6 \
fontconfig \
libfontconfig1 \
libxrender1 \
libxtst6 \
libxi6 \
&& rm -rf /var/lib/apt/lists/*
# author
MAINTAINER manhuoda
#指定东八区时区