Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Can't find the zip binary installed

オープン
#136 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
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 <yarn@dan.cx>
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 はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

react-native-community/docker-android のほかの issue

react-native-community/docker-android の issue をすべて見る

似ている issue

DevOps の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。