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

Dockerfile fix by Farzad Qassemi for broken golang tarball link. #526

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

Commits on Mar 17, 2024

  1. Update misc.bash

    the url for downloading golang has changed.
    fqassemi authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a02c355 View commit details
    Browse the repository at this point in the history
  2. Update Dockerfile

    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
    fqassemi authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5bb9cd7 View commit details
    Browse the repository at this point in the history
  3. Update Dockerfile

    added wget to the list of libraries
    fqassemi authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    20f4bba View commit details
    Browse the repository at this point in the history
  4. Update Dockerfile

    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.
    fqassemi authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2b4054f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Update misc.bash

    fix a typo
    fqassemi authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6eccf97 View commit details
    Browse the repository at this point in the history