Can't find the zip binary installed
还没有人认领这个 Issue。
评估
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 新手友好度
- 35/100
- Issue 类型
- 缺陷
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- android, docker, dockerfile
调研方向
Start with the Dockerfile and inspect how the zip binary is installed and made available to commands inside the image. Reproduce the apt-get failure in the container, then verify that a rebuilt image can use zip without requiring a separate installation or sudo.
由索引模型根据 Issue 内容生成。
描述
I see that we install the zip binary in the Dockerfile during setup. But when I try to use the zip binary in commands: the binary is nowhere to be found.
If I try to install within the docker container, via
apt-get update -qq \
&& apt-get install -qq -y --no-install-recommends zip
I get the error
W: GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <[email protected]>
E: The repository 'https://dl.yarnpkg.com/debian stable InRelease' is not signed.
Unable to install zip binary
which I believe I can resolve via
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
but the issue is that sudo binary is not installed as well, any idea? Thanks!
- 主要语言
- Dockerfile
- 星标
- 541
- 派生
- 152
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
react-native-community/docker-android 的其他 Issue
-
难度 1/5 1-3 小时 新手友好度 70/100
react-native-community/docker-android#250 · 1 条评论 ·
-
难度 4/5 3-5 天 新手友好度 25/100
-
难度 2/5 1-3 小时 新手友好度 45/100
react-native-community/docker-android#219 · 5 条评论 · 3 个 reaction ·
-
难度 4/5 3-5 天 新手友好度 30/100
react-native-community/docker-android#215 · 5 条评论 · 3 个 reaction ·
-
难度 5/5 一周以上 新手友好度 25/100
react-native-community/docker-android#193 · 8 条评论 ·
查看 react-native-community/docker-android 的全部 Issue
相似的 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 72/100
-
enhancement untriaged
难度 2/5 1-3 小时 新手友好度 85/100
-
agent-ready documentation needs-triage
难度 1/5 1-3 小时 新手友好度 88/100
-
CI flake: Lints 未关闭
难度 1/5 1 小时以内 新手友好度 88/100
clockworklabs/SpacetimeDB#5985 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 84/100
theforeman/foremanctl#862 ·