UCL / PETPVC

Partial Volume Correction in PET
Apache License 2.0
53 stars 14 forks source link

Error building docker #83

Closed mfdezp11 closed 1 year ago

mfdezp11 commented 2 years ago

Hello,

I have been trying to build the docker image but when I was building it using the Dockerfile I got the following error :

image image

I thougth this bug was related to alpine version, so I upgraded Alpine version to 3.12. This bug was fixed but a new bug appeared when compiling ITK:

image

Thanks

bathomas commented 2 years ago

Perhaps you could try adding apk add linux-headers (see https://github.com/huan/flash-store/issues/44) ?

mfdezp11 commented 2 years ago

Thanks a lot, it works

bathomas commented 2 years ago

Happy to accept a PR if you want.