arm适配
This commit is contained in:
@@ -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
|
||||
#指定东八区时区
|
||||
|
||||
Reference in New Issue
Block a user