Skip to content

Commit

Permalink
build |> 尝试更新Dockerfile解决编译失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyanling committed Aug 16, 2023
1 parent 431f0d4 commit 49bd606
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --no-cache --virtual .build-deps \
&& chmod +x /usr/bin/mc \
&& pip install --upgrade pip setuptools wheel \
&& pip install cython \
&& pip install -r https://raw.githubusercontent.com/hsuyelin/nas-tools/master/requirements.txt --ignore-installed --force-reinstall \
&& pip install -r https://raw.githubusercontent.com/hsuyelin/nas-tools/master/requirements.txt \
&& apk del --purge .build-deps \
&& rm -rf /tmp/* /root/.cache /var/cache/apk/*
COPY --chmod=755 ./rootfs /
Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/dumb-init /bin/sh

# 仅用于兼容v3.1.5及之前的docker镜像

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ typing_extensions==4.7.1
tzdata==2023.3
tzlocal==5.0.1
undetected-chromedriver==3.1.7
urllib3==2.0.4
urllib3==1.26.12
w3lib==2.1.2
watchdog==3.0.0
wcwidth==0.2.6
Expand Down

0 comments on commit 49bd606

Please sign in to comment.