inotia00 / rvx-builder

A NodeJS ReVanced Extended builder
GNU General Public License v3.0
525 stars 47 forks source link

[Docker] Error: spawn ps ENOENT #93

Closed dausruddin closed 1 year ago

dausruddin commented 1 year ago

Describe the bug There are a few issues already, but none of them related to docker. I am running this using docker with V.3.9.2, and followed docker-compose guide.

To Reproduce Steps to reproduce the behavior:

  1. Download v3.9.2 source and unzip it.
  2. docker-compose build --pull --no-cache
  3. docker-compose up -d
  4. Open http://localhost:8000 and start patching.

Screenshots Screenshot_20230511-162913_Kiwi Browser

revanced-builder Version: v3.9.2

Desktop (please complete the following information):

Additional context N/A

inotia00 commented 1 year ago

Similar to this issue https://github.com/inotia00/rvx-builder/issues/91

I've never had my default branch set to revanced-extended after forking until now. Because of this, until now, downloading the source from releases would have downloaded the source from the main branch.

Now that I have changed the default branch to revanced-extended, the source will be downloaded from the revanced-extended branch from next release.

Temporarily, download the source from the revanced-extended branch of the manual.

Download v3.9.2 source (revanced-extended)

dausruddin commented 1 year ago

Thank you.