Browse Source

added build requirements for xapian binding

main
Holger Frey 3 years ago
parent
commit
777e4dd31d
  1. 3
      Dockerfile

3
Dockerfile

@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
FROM frolvlad/alpine-python2
# install required packages
RUN apk add --no-cache xapian-core
#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
# add user that will be used to install and run the application
RUN addgroup -g 1000 deploy

Loading…
Cancel
Save