From a04afb541181a806e405c02c41fa7f87b7b7d2b8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 4 Mar 2020 12:30:01 -0800 Subject: [PATCH] More python3 fixes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 340024c..9920a4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN mkdir -p /app/code /app/pkg WORKDIR /app/code RUN apt update && \ - apt install -y python3 build-essential libxslt-dev python-dev python-virtualenv zlib1g-dev libffi-dev libssl-dev python3-pip && \ + apt install -y python3 build-essential libxslt-dev python3-dev python3-virtualenv python3-setuptools zlib1g-dev libffi-dev libssl-dev python3-pip && \ rm -rf /var/cache/apt /var/lib/apt/lists RUN curl -L https://github.com/asciimoo/searx/archive/${VERSION}.tar.gz | tar -xz --strip-components 1 -f -