greycodee / wechat-backup

微信聊天记录持久化备份本地硬盘,释放手机存储空间。
MIT License
3.25k stars 342 forks source link

Docker Build Failed #9

Closed djerryz closed 2 years ago

djerryz commented 2 years ago

尝试解密DB和语音,过程中打算先编译出如下容器,但是失败了,是否是缺少项目文件:

docker build -t wcdb-sqlcipher:1.0 ./ -f ./wcdb-sqlcipher.dockerfile

Step 6/10 : COPY wcdb-sqlcipher /usr/local/bin/wcdb-sqlcipher
COPY failed: file not found in build context or excluded by .dockerignore: stat wcdb-sqlcipher: file does not exist
docker build -t silkv3-decoder:1.0 ./ -f ./silkV3-decoder.dockerfile

Step 7/12 : COPY silk-v3-decoder /silk-v3-decoder
COPY failed: file not found in build context or excluded by .dockerignore: stat silk-v3-decoder: file does not exist
greycodee commented 2 years ago

容器我都帮你们构建好了,不用重新构建,直接执行 Readme 文档里的命令就可以了