From fd08f4d118b8161d3aeea17a00450ac3f9c077a9 Mon Sep 17 00:00:00 2001
From: mendhak <448454-mendhak@users.noreply.gitlab.com>
Date: Sat, 22 May 2021 19:09:36 +0100
Subject: [PATCH] Install required pip dependencies.  This is the same as the
 main builds:
 https://gitlab.com/fdroid/fdroidserver/-/blob/master/.gitlab-ci.yml#L128

Issue #10 - previous build was failing with an error, "babel.core.UnknownLocaleError: unknown locale 'ang'"
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 6e5a17c..7976ef7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,6 +7,7 @@ RUN gpg --import /signing-key.asc
 
 RUN git clone --depth 1 https://gitlab.com/fdroid/fdroidserver.git \
     && cd fdroidserver \
+    && pip3 install --upgrade babel pip setuptools \
     && pip3 install --no-binary python-vagrant -e . \
     && python3 setup.py compile_catalog build \
     && python3 setup.py install