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

Remove Unused Dependencies from ContainerService #41

Open
BenGalewsky opened this issue Dec 14, 2022 · 0 comments
Open

Remove Unused Dependencies from ContainerService #41

BenGalewsky opened this issue Dec 14, 2022 · 0 comments

Comments

@BenGalewsky
Copy link
Contributor

Problem

There is a dangling dependency on SQLAlchemy in requirements.txt - this library now has a vulnerability and is failing the safety check. It's not a good idea to have libraries floating around that we don't need.

Approach

Remove this and see if there are other unused libraries.

Also look at the Dockerfile to see if we need the apt packages that are installed:

RUN apt-get update && \
    apt-get install -y  gcc musl-dev && \
    apt-get install -y  postgresql libffi-dev g++ make git
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