Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find the zip binary installed #136

Open
capezzbr opened this issue Jun 23, 2021 · 0 comments
Open

Can't find the zip binary installed #136

capezzbr opened this issue Jun 23, 2021 · 0 comments

Comments

@capezzbr
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant