mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 15:09:23 +00:00
add libxslt-dev
This commit is contained in:
@@ -12,7 +12,9 @@ COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# 将本地目录下的内容拷贝到容器的app目录下
|
||||
COPY . /app/
|
||||
|
||||
|
||||
RUN apk update
|
||||
RUN apk add --no-cache gcc musl-dev libxml2 libxslt-dev
|
||||
# pip读取requirements.txt内容安装所需的库
|
||||
RUN pip install -r /app/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple some-package --no-cache-dir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user