You've already forked termux-docker
mirror of
https://github.com/izzy2lost/termux-docker.git
synced 2026-03-26 16:59:47 -07:00
Update Dockerfile
This commit is contained in:
@@ -29,9 +29,6 @@ RUN echo "export TERMUX=/termux" >> /root/.bashrc && \
|
||||
# Install required Termux packages through proot
|
||||
RUN proot -b /proc -b /dev -b /sys \
|
||||
-r /termux \
|
||||
/usr/bin/env -i \
|
||||
HOME=/root \
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/termux/usr/bin \
|
||||
/termux/usr/bin/bash -c " \
|
||||
apt update && \
|
||||
apt upgrade -y && \
|
||||
|
||||
Reference in New Issue
Block a user