更新openssl、kiwix-serve的dockerfile
This commit is contained in:
committed by
cloud-init created default user
parent
9ce5290d49
commit
306ed22255
@@ -1,13 +1,13 @@
|
||||
# 配置参数(指定基础镜像版本)
|
||||
ARG BASE_TAG=15.5
|
||||
|
||||
# 基于 openSUSE 构建
|
||||
# 基于 openSUSE Leap 构建
|
||||
FROM opensuse/leap:$BASE_TAG
|
||||
|
||||
# 指定端口号
|
||||
# 指定服务端口号
|
||||
EXPOSE 10080
|
||||
|
||||
# 配置参数
|
||||
# 配置参数(用户组、用户、HOME目录、安装目录、安装版本等)
|
||||
ARG GROUP_ID=1024 \
|
||||
GROUP_NAME=kiwix \
|
||||
USER_ID=1024 \
|
||||
|
||||
Reference in New Issue
Block a user