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

Dockerfile need to update #1

Open
tomleetaiwan opened this issue Dec 9, 2019 · 1 comment
Open

Dockerfile need to update #1

tomleetaiwan opened this issue Dec 9, 2019 · 1 comment

Comments

@tomleetaiwan
Copy link

tomleetaiwan commented Dec 9, 2019

Hi Jeffrey,
Thanks for your sharing. I try to use the Dockerfile to build image. I find there is an issue, this line seems out of date:

apt-get install -y --no-install-recommends fuse blobfuse libcurl3-gnutls libgnutls30

I try to modify as below for building docker image successfully , just for you reference :

apt-get install -y --no-install-recommends fuse blobfuse libcurl4 libcurl4-gnutls-dev libgcrypt20

@jmorcar
Copy link

jmorcar commented May 4, 2020

A doubt... Why install these libraries, if official documentation not include any of them, only "sudo apt-get install blobfuse" command ? official-doc: https://docs.microsoft.com/es-es/azure/storage/blobs/storage-how-to-mount-container-linux

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

2 participants