Files
ttx-docker/Dockerfile
T
曾志威 1efdc13f1a
continuous-integration/drone Build is passing
init
2026-04-24 21:56:38 +08:00

8 lines
230 B
Docker

# 基于 RabbitMQ 4.2 管理界面的 Alpine Linux 镜像构建
FROM rabbitmq:4.2-management-alpine
# 更新 Alpine 包管理器索引和已安装的软件包以确保安全性
RUN set -eux; \
apk update; \
apk upgrade ;