You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the package on a separate Node subimage in the Dockerfile
Copying the output to the main subimage
Installing the runtime requirements on the main subimage
Then all that should be needed is a node -e command to parse Adblock lists. NPM can be uninstalled, reducing the image size by around a couple hundred megabytes.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details
No response
What's your idea?
https://github.com/AdguardTeam/tsurlfilter/blob/master/packages/agtree/test/parser/rule.test.ts
This will likely require:
Then all that should be needed is a
node -e
command to parse Adblock lists. NPM can be uninstalled, reducing the image size by around a couple hundred megabytes.Code of Conduct
The text was updated successfully, but these errors were encountered: