mirror of
https://gitlab.com/fdroid/docker-executable-fdroidserver.git
synced 2025-01-15 18:52:21 +01:00
build-tools 32.0.0 is needed for a good apksigner
* https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1033#note_742563869 * https://github.com/wardvl/f-droid-nightly-action/issues/3
This commit is contained in:
parent
1efbfd9f89
commit
e96482e520
1 changed files with 2 additions and 0 deletions
|
@ -12,10 +12,12 @@ RUN git clone --depth 1 https://gitlab.com/fdroid/fdroidserver.git \
|
|||
&& python3 setup.py install
|
||||
|
||||
# Install additional utilities required by actual builds (list subject to future expansion)
|
||||
# build-tools 32.0.0 is needed for a good apksigner
|
||||
RUN apt-get update && apt-get install --yes \
|
||||
patch \
|
||||
autoconf libtool pkg-config \
|
||||
gradle ant \
|
||||
&& echo y | $ANDROID_HOME/tools/bin/sdkmanager "build-tools;32.0.0" \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
VOLUME ["/repo"]
|
||||
|
|
Loading…
Reference in a new issue