diff --git a/Dockerfile b/Dockerfile
index 05911e0eaf946631baca015e598ee0e48b8f5d28..c71b749f82538794fb09e5a9eeb4977e06bb6449 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ RUN apk add --no-cache make gcc g++ python
 COPY package*.json ./
 
 # Install app dependencies
-RUN npm install --only=production
+RUN npm install --only=production && npm i -g knex
 
 ARG TARGET_ENV
 ENV HOST=0.0.0.0