From e337b080e0550de6bf79436ab55dfc09f9756704 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Thu, 19 Aug 2021 11:47:35 +0200 Subject: [PATCH] trying to add old xapian version --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 357a691..23765cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,10 @@ FROM frolvlad/alpine-python2 +RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.10/main" >> /etc/apk/repositories + # 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 xapian-bindings gcc libc-dev python3-dev xapian-core-dev +RUN apk add --no-cache xapian-bindings-python # add user that will be used to install and run the application RUN addgroup -g 1000 deploy