docker: don't switch user by default

This commit is contained in:
Leonid Pliushch
2023-02-22 22:32:12 +02:00
parent f49601a89e
commit eb7481ede9

View File

@@ -85,7 +85,6 @@ COPY --from=bootstrap / /
WORKDIR /data/data/com.termux/files/home WORKDIR /data/data/com.termux/files/home
SHELL ["/data/data/com.termux/files/usr/bin/sh", "-c"] SHELL ["/data/data/com.termux/files/usr/bin/sh", "-c"]
USER 1000:1000
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
CMD ["/data/data/com.termux/files/usr/bin/login"] CMD ["/data/data/com.termux/files/usr/bin/login"]