From bf90136dca240176c3134c07e12fd1738ac6f68c Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Tue, 24 Aug 2021 13:42:09 +0200 Subject: [PATCH] removed debug tools --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 271c8c6..075d6c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM frolvlad/alpine-python2 RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.10/community" >> /etc/apk/repositories # install required packages -RUN apk add --no-cache vim curl lsof bind-tools +# RUN apk add --no-cache vim curl lsof bind-tools 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