You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
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!The text was updated successfully, but these errors were encountered: