diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 1f57ee4..2b9570d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -51,7 +51,7 @@ jobs: name: Get artifacts run: | bash get_artifacts.sh ${{ secrets.GITHUB_TOKEN }} - ll -h + ls -lh - name: Build and push by digest id: build diff --git a/Dockerfile b/Dockerfile index 6bf7896..73c2902 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +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 && \ + ls -lh /root && \ dpkg -i --force-depends /root/linuxqq.deb && rm /root/linuxqq.deb && \ # 安装 napcat