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'"
This commit is contained in:
parent
ca22d8391a
commit
fd08f4d118
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue