-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[DOCKER] add apt update to test fixture krb5kdc #565
[DOCKER] add apt update to test fixture krb5kdc #565
Conversation
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
start gradle check |
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
start gradle check |
✅ Gradle Wrapper Validation success 33299a1 |
✅ DCO Check Passed 33299a1 |
✅ Gradle Wrapper Validation success 9b72b0f |
✅ DCO Check Passed 9b72b0f |
✅ Gradle Precommit success 33299a1 |
✅ Gradle Precommit success 9b72b0f |
Hi @nknize, Recommend using
Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !!
RUN apt update -y | ||
RUN apt upgrade -y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
np: may be we can combine in single Docker statement ? Doesn't matter as it is test but could save some size in docker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx!! I'll probably also make a follow on change to use apt-get
instead of apt
This PR adds an apt update to the krb5kdc test fixture docker file.