ddimaria / rust-actix-example

Example Actix 2.x REST application implementing many features
MIT License
292 stars 56 forks source link

Docker build fails on mac #12

Open agatekartik opened 1 year ago

agatekartik commented 1 year ago

Docker build does not work out of the box, fails with the message

0 1490.7 = note: /usr/bin/ld: cannot find -lsqlite3

0 1490.7 /usr/bin/ld: cannot find -lmysqlclient

0 1490.7 collect2: error: ld returned 1 exit status

havent tried on other systems