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

Fix execution issues for apksigner

parent 20649910
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,12 @@ RUN apt-get update && \
python-pip \
python-wheel \
python-setuptools \
apksigner \
binfmt-support
apksigner
RUN pip install s3cmd
RUN unlink /usr/bin/apksigner
ADD apksigner.sh /usr/bin/apksigner
ADD update_repo.sh /
ADD Makefile /
......
#!/bin/sh
exec java -jar /usr/share/apksigner/apksigner.jar
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