docker build
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/deployment/build Pipeline was successful Details

This commit is contained in:
李亮亮 2024-05-11 11:06:20 +08:00
parent 89ad7a1a7a
commit 93e6c1539d
1 changed files with 1 additions and 3 deletions

View File

@ -1,10 +1,8 @@
# 表示依赖 alpine 最新版
FROM debian:12.5-slim
FROM debian:12.5
MAINTAINER Lianglianglee<lll941107@gmail.com>
ENV VERSION 1.0
RUN apt update && apt install curl
# 在容器根目录 创建一个 apps 目录
WORKDIR /apps