Browse Source

updated build requirements for xapian binding

main
Holger Frey 3 years ago
parent
commit
a9af316b42
  1. 2
      Dockerfile

2
Dockerfile

@ -2,7 +2,7 @@ FROM frolvlad/alpine-python2
# install required packages # install required packages
#RUN apk add --no-cache gcc libc-dev libffi-dev openssl openssl-dev python3-dev #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 # add user that will be used to install and run the application
RUN addgroup -g 1000 deploy RUN addgroup -g 1000 deploy

Loading…
Cancel
Save