From 44cb2b18b09a71fa9d474871de618292f817de1b Mon Sep 17 00:00:00 2001 From: Juan Garcia Basilio Date: Thu, 2 Mar 2017 21:58:59 +0100 Subject: [PATCH] Fix #872. Google search works again with docker. All the credit goes to Wonderfall. Thanks for that! See: https://github.com/Wonderfall/dockerfiles/issues/110 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 00d61ba0..fc2767a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,6 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap && apk del \ build-base \ python-dev \ - py-pip\ libffi-dev \ openssl-dev \ libxslt-dev \