Add platform: linux/amd64 in the integrations in docker-compose.yml
integrations:
build: .
container_name: integrations
image: integrations
command: make devserver
platform: linux/amd64
stdin_open: true
Update the requirement.txt pynacl to 1.4.0
pynacl==1.4.0
create the image: docker-compose build
After that, only 3 tests should be failed all are related to test_send_sms_signature_with_helloworks_two_signees
Context Machine
_10.16.17.png)
Docker Version
_10.18.14.png)