• 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

    Captura de Pantalla 2022-04-25 a la(s) 10.16.17.png

  • Docker Version

    Captura de Pantalla 2022-04-25 a la(s) 10.18.14.png