Browse Source

added xapian requirements

main
Holger Frey 3 years ago
parent
commit
b6f2945d02
  1. 2
      Dockerfile
  2. 1
      requirements.txt

2
Dockerfile

@ -1,7 +1,7 @@ @@ -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

1
requirements.txt

@ -1 +1,2 @@ @@ -1 +1,2 @@
moin
xapian-bindings
Loading…
Cancel
Save