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

amd64 docker build can install bw binaries directly, not using npm #33

Open
StevenMassaro opened this issue Jul 16, 2022 · 0 comments
Open

Comments

@StevenMassaro
Copy link
Owner

Bitwarden CLI utilities are installed via npm in the dockerfile for platform independence. Since npm is so heavy, it would be better to use conditional logic (like in the golang docker image: https://github.com/docker-library/golang/blob/4fa4888b25307c734ed4bbda6ce68549b7d9dbdc/1.13/buster/Dockerfile#L17) to install the bw binaries directly for amd64 and to use npm for arm64.

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