Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. An abstract factory could not create an instance of
  2. magentoframeworkencryptionencryptor(alias:
  3.  
  4. MagentoFrameworkEncryptionEncryptor).
  5.  
  6. RUN apt-get update -y
  7. RUN apt-get install libsodium-dev -y
  8. RUN docker-php-ext-install sodium
  9.  
  10. sodium
  11. sodium support enabled
  12. libsodium headers version 1.0.8
  13. libsodium library version 1.0.8
  14.  
  15. RUN apt-get update -y
  16. RUN apt-get install libsodium-dev -y
  17. RUN docker-php-ext-install sodium
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement