From a9af316b425958503ece029298ee15ae91d40fc9 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Thu, 19 Aug 2021 11:38:38 +0200 Subject: [PATCH] updated build requirements for xapian binding --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3feb5d0..357a691 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,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 xapian-bindings gcc libc-dev python3-dev +RUN apk add --no-cache xapian-core xapian-bindings gcc libc-dev python3-dev xapian-core-dev # add user that will be used to install and run the application RUN addgroup -g 1000 deploy