<div dir="ltr">I'm trying to run the same docker build and test run as in workflow ubuntu_20.04 on GitHub Actions but locally.<div><br></div><div>Running `docker build -f .github/workflows/ubuntu_20.04/Dockerfile.deps -t gdal-deps-ubuntu-20.04 .github/workflows/ubuntu_20.04` goes fine.</div><div><br></div><div>Running `docker build -f .github/workflows/ubuntu_20.04/Dockerfile -t gdal .` fails with `/usr/bin/ld: frmts/o/biggifdataset.o: relocation R_X86_64_PC32 against symbol `_ZTV16BIGGifRasterBand' can not be used when making a shared object; recompile with -fPIC` on multiple tries.</div><div><br></div><div>I'm at Ubuntu 20.04 and Docker 19.03.8 which is not identical to the CI machine but I guess that should not matter.</div><div><br></div><div>Anyone know what might explain this?</div></div>