Websoft9 / docker-library

Docker Compose examples of selfhosted FOSS based on official image, just run it.
https://www.websoft9.com
Other
33 stars 18 forks source link

Install web framework for Swift runtime [runtime] #151

Open chendelin1982 opened 2 years ago

chendelin1982 commented 2 years ago

What type of your feature request?

chendelin1982 commented 2 years ago

vapor run error

<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "csqlite.h"
         ^
/data/apps/myvapor/.build/checkouts/sqlite-nio/Sources/CSQLite/csqlite.h:4:10: error: 'sqlite3.h' file not found
#include <sqlite3.h>
         ^
/data/apps/myvapor/.build/checkouts/sqlite-nio/Sources/SQLiteNIO/SQLiteConnection.swift:2:8: error: could not build C module 'CSQLite'
import CSQLite
       ^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "csqlite.h"
         ^
/data/apps/myvapor/.build/checkouts/sqlite-nio/Sources/CSQLite/csqlite.h:4:10: error: 'sqlite3.h' file not found
#include <sqlite3.h>
         ^
/data/apps/myvapor/.build/checkouts/sqlite-nio/Sources/SQLiteNIO/SQLiteConnection.swift:2:8: error: could not build C module 'CSQLite'
import CSQLite
       ^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "csqlite.h"
         ^
/data/apps/myvapor/.build/checkouts/sqlite-nio/Sources/CSQLite/csqlite.h:4:10: error: 'sqlite3.h' file not found
#include <sqlite3.h>
         ^
/data/apps/myvapor/.build/checkouts/sqlite-nio/Sources/SQLiteNIO/SQLiteConnection.swift:2:8: error: could not build C module 'CSQLite'
import CSQLite
       ^
<module-includes>:1:10: note: in file included from <module-includes>:1:
#include "csqlite.h"
         ^
/data/apps/myvapor/.build/checkouts/sqlite-nio/Sources/CSQLite/csqlite.h:4:10: error: 'sqlite3.h' file not found
#include <sqlite3.h>
         ^
/data/apps/myvapor/.build/checkouts/sqlite-nio/Sources/SQLiteNIO/SQLiteConnection.swift:2:8: error: could not build C module 'CSQLite'
import CSQLite
       ^
<module-includes>:1:10: note: in file included from <module-includes>:1: