mirror of
https://gitlab.com/fdroid/docker-executable-fdroidserver.git
synced 2025-01-15 18:52:21 +01:00
Merge branch 'fix-docker-build' into 'master'
Fix failing Docker build, install required pip dependencies See merge request fdroid/docker-executable-fdroidserver!10
This commit is contained in:
commit
4d8248c176
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