diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 9b0ae2b..1f57ee4 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -51,6 +51,7 @@ jobs: name: Get artifacts run: | bash get_artifacts.sh ${{ secrets.GITHUB_TOKEN }} + ll -h - name: Build and push by digest id: build diff --git a/Dockerfile b/Dockerfile index c2c09b0..6bf7896 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY config.txt entrypoint.sh /root/ # 安装Linux QQ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \ curl -o /root/linuxqq.deb https://dldir1.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.7_240410_{arch}_01.deb && \ + ll -h /root && \ dpkg -i --force-depends /root/linuxqq.deb && rm /root/linuxqq.deb && \ # 安装 napcat