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

Fix for several build issues with Dockerfile #128

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

codearoni
Copy link
Contributor

@codearoni codearoni commented Sep 30, 2022

Tried to build locally (Linux) and received several failures during the docker build phase.

  1. Received a "Failed to download metadata for { repo }" during the initial dnf* commands. Added the sed commands to address this issue.

  2. After completing the "yum" phase, I received an error during installation of wails that go v1.17 or higher was required. I went ahead and installed the latest LTS 1.19.1.

  3. This change also required me to update the "go get -u" command to use "go install" instead.

  4. Run wails after project files have been copied over. If you try to install wails before go.mod/project.json are copied, you receive a failure related to the files not existing.

With these changes in place, I was able to build Wally locally and run it from the /dist/linux64 directory.

@fdidron fdidron merged commit d5a2a12 into zsa:master Oct 4, 2022
@fdidron
Copy link
Contributor

fdidron commented Oct 4, 2022

@codearoni Thanks !

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.

2 participants