Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Can't find the zip binary installed

Đang mở
#136 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
2/5
Thời gian dự kiến
1-3 giờ
Mức phù hợp với người mới
35/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
android, docker, dockerfile

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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!

Ngôn ngữ chính
Dockerfile
Star
541
Fork
152
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của react-native-community/docker-android

Tất cả issue của react-native-community/docker-android

Issue tương tự

Thêm issue về DevOps

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.