ungoogled-software / ungoogled-chromium-portablelinux

Portable Linux packaging for ungoogled-chromium
96 stars 30 forks source link

Use docker to create the AppImage file #95

Closed mdedonno1337 closed 1 year ago

mdedonno1337 commented 3 years ago

This PR allows to create the AppImage with Docker.

Not that is only create the env to build the AppImage and does not solves a bug present in the package.appimage.sh.ungoogin script (I will file an issue and PR later on as needed).

Eloston commented 3 years ago

I don't like how there are so many Docker-related files in the root directory. I want to find some way to consolidate them into a single directory before I merge this PR.

mdedonno1337 commented 3 years ago

I will consolidate the docker-related files in one directory.

All stages in one directory is OK for you? Also the bash files related to docker?

Eloston commented 3 years ago

All stages in one directory is OK for you? Also the bash files related to docker?

Yep! Works for me.