From 3a73265eae283b2380aa58c089e4296f5b716b37 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Thu, 19 Aug 2021 11:49:20 +0200 Subject: [PATCH] trying to add old xapian version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23765cb..b5efbf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.10/main" >> /etc/apk/repositor # install required packages #RUN apk add --no-cache gcc libc-dev libffi-dev openssl openssl-dev python3-dev -RUN apk add --no-cache xapian-bindings-python +RUN apk add --no-cache "xapian-bindings-python==1.4.11-r2" # add user that will be used to install and run the application RUN addgroup -g 1000 deploy