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

Add support for rootless docker

parent 09f1056d
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,8 @@ ARG SDK_VERSION
FROM k8r.eu/justjanne/android-sdk:$SDK_VERSION
RUN apt-get --quiet update --yes && \
apt-get --quiet install --yes python3 python3-lxml
apt-get --quiet install --yes python3 python3-lxml uidmap
RUN useradd -r -u 1001 -g builduser builduser
USER builduser
RUN curl -fsSL https://get.docker.com/rootless | sh
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