|
|
@ -3,7 +3,7 @@ FROM frolvlad/alpine-python2 |
|
|
|
RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.10/community" >> /etc/apk/repositories |
|
|
|
RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.10/community" >> /etc/apk/repositories |
|
|
|
|
|
|
|
|
|
|
|
# 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 vim dnsutils curl |
|
|
|
RUN apk add --no-cache "xapian-bindings-python==1.4.11-r2" "xapian-core==1.4.11-r0" |
|
|
|
RUN apk add --no-cache "xapian-bindings-python==1.4.11-r2" "xapian-core==1.4.11-r0" |
|
|
|
|
|
|
|
|
|
|
|
# add user that will be used to install and run the application |
|
|
|
# add user that will be used to install and run the application |
|
|
|