Skip to content

Commit

Permalink
fix: 激活虚拟环境
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuan0213 committed Jan 7, 2025
1 parent 6841267 commit 2949699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.11-alpine3.19 AS builder
# 减少 COPY 操作的次数
COPY ./package_list.txt /tmp/
# Install uv.
COPY --from=astral-sh/uv:latest /uv /uvx /bin/
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/

# 安装依赖,安装 rclone 和 mc,清理无用文件
RUN apk add --no-cache $(cat /tmp/package_list.txt) \
Expand Down

0 comments on commit 2949699

Please sign in to comment.