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 && \ ...@@ -5,11 +5,12 @@ RUN apt-get update && \
python-pip \ python-pip \
python-wheel \ python-wheel \
python-setuptools \ python-setuptools \
apksigner \ apksigner
binfmt-support
RUN pip install s3cmd RUN pip install s3cmd
RUN unlink /usr/bin/apksigner
ADD apksigner.sh /usr/bin/apksigner
ADD update_repo.sh / ADD update_repo.sh /
ADD Makefile / 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