-
Notifications
You must be signed in to change notification settings - Fork 109
Install azfilesauth package #593
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,6 +33,7 @@ RUN tdnf update -y --refresh && \ | |
| gnupg2 \ | ||
| autoconf \ | ||
| ansible \ | ||
| azfilesauth \ | ||
| bash-completion \ | ||
| build-essential \ | ||
| binutils \ | ||
|
|
@@ -235,4 +236,8 @@ RUN curl -fsSL https://aka.ms/install-azd.sh | bash && \ | |
| tar -xf rootlesskit-x86_64.tar.gz && \ | ||
| cp rootlesskit rootlesskit-docker-proxy /usr/bin/ && \ | ||
| popd && \ | ||
| rm -rf $TMP_DIR | ||
| rm -rf $TMP_DIR && \ | ||
| # | ||
| # Install requests package for azfilesauth | ||
| # | ||
| pip install requests | ||
|
||
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.
why do we need requests library? Is this a dependency induced by one of these packages?