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

changed python base image to slim and added groups for security #786

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

changed python base image to slim and added groups for security #786

wants to merge 1 commit into from

Conversation

shreyasgune
Copy link

Issue Reference

This PR addresses the Issue : Fixes #

Summarize

Please, describe what the PR does, the changes you have made.

Also, mention the key points if any to look into while code reviews

@@ -8,4 +8,11 @@ RUN pip install -r requirements.txt
ADD . /code/
ADD wait.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/wait.sh

RUN groupadd rescue-kerela && \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The images are only used for local dev and not deployed at all. So it is unnecessary to add groups/users.

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

Successfully merging this pull request may close these issues.

2 participants