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

Use apt-get in scripts #723

Merged
merged 1 commit into from
Jan 19, 2021
Merged

Use apt-get in scripts #723

merged 1 commit into from
Jan 19, 2021

Conversation

pkoenig10
Copy link
Member

apt does not have a stable CLI interface and should not be used in scripts. Building docker images results in the following warning:

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Instead apt-get should be used.

@pkoenig10
Copy link
Member Author

@rshkv

@rshkv
Copy link

rshkv commented Jan 19, 2021

Thank you Patrick

@rshkv rshkv merged commit b9eccf0 into palantir:master Jan 19, 2021
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