forked from DL-Mirrors/termux-docker
docker: don't switch user by default
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user