Browse Source

trying to add old xapian version

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

2
Dockerfile

@ -4,7 +4,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.10/main" >> /etc/apk/repositor
# 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-bindings-python RUN apk add --no-cache "xapian-bindings-python==1.4.11-r2"
# 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