Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker fix #517

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Docker fix #517

wants to merge 5 commits into from

Conversation

fqassemi
Copy link

When i tried to browsh on my linux server with Debian bullseye OS, it kept failing. I started look into the problem one by one, which I realized:

  1. the golang download page has moved to other url, so I made changes accordingly
  2. the browsh.xpi is missing, as it has been noted in a few issues
  3. the /etc/hosts is not modifiable during the image build, so I change it at the run point

Here are a few drawbacks which is left for future fixes:

  1. golang minor version is hardcoded
  2. I let the docker download the most recent browsh.xpi where the version is hard coded.

the url for downloading golang has changed.
browsh.xpi is missing. Added wget command to download the most recent browsh.xpi from the browsh release page and then move it to the right directory
added wget to the list of libraries
it fails to added list of hosts to /etc/hosts in place, complaining hosts are "read-only". Instead of changing during the image, I changed the host during the run.
fix a typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant