openwisp / docker-openwisp

OpenWISP in docker. For production usage we recommend using the ansible-openwisp2 role.
https://openwisp.io/docs/dev/docker/
BSD 3-Clause "New" or "Revised" License
149 stars 75 forks source link

Building images broken on arm64 and x86_64 #293

Closed danielandross closed 4 months ago

danielandross commented 7 months ago

Hi, currently I am unable to build the images using docker-compose build command. It fails at the first image postfix. Tested on arm64 (though unsupported" and two machines with x86_64. It fails when installing openssl from world.

focher commented 6 months ago

Try changing the openssl version defined in the openwisp_postfix/Dockerfile file. I believe I had to change it from 3.0.8 to 3.0.12 for the build to work.

nemesifier commented 4 months ago

This should have fixed it: https://github.com/openwisp/docker-openwisp/commit/f728f899f8307d8d2f838697b61427e8907a1490