mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
improve docker
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM openresty/openresty:alpine
|
||||
|
||||
# 安装基础依赖
|
||||
RUN apk add --no-cache gettext bash
|
||||
RUN apk add --no-cache gettext bash curl openssl socat
|
||||
|
||||
# 拷贝 entrypoint
|
||||
COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user