Skip to content
Snippets Groups Projects
Verified Commit 6e6db55f authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: ensure apksigner is present

parent e5b60126
No related branches found
No related tags found
No related merge requests found
Pipeline #2634 passed
......@@ -17,6 +17,8 @@ RUN android-sdk-linux/tools/bin/sdkmanager \
> /dev/null
FROM ubuntu:focal
ARG PLATFORM
ARG BUILD_TOOLS
COPY --from=builder /android-sdk-linux /android-sdk-linux
RUN ln -s /android-sdk-linux/build-tools/${BUILD_TOOLS}/apksigner /usr/local/bin/apksigner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment