From b6f2945d027b4d8d4a64ce9e51bb8614a79ef506 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Thu, 19 Aug 2021 11:29:42 +0200 Subject: [PATCH] added xapian requirements --- Dockerfile | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c280fd9..8291d53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM frolvlad/alpine-python2 # install required packages -# RUN apk add --no-cache gcc libc-dev libffi-dev openssl openssl-dev python3-dev +RUN apk add --no-cache xapian-core # add user that will be used to install and run the application RUN addgroup -g 1000 deploy diff --git a/requirements.txt b/requirements.txt index 70791dc..a899f1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -moin \ No newline at end of file +moin +xapian-bindings \ No newline at end of file