mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Docker build error #1306
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#1306
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jjgalvez on GitHub (Jan 30, 2023).
Describe the bug you encountered:
Since the Arch AUR PGKBUILD file no longer works I wanted to build using the docker instructions. build the rustdesk-builder container as per instuctions and started the build as per instructions and I get the following error:
...
What did you expect to happen instead?
rustdesk to compile
...
How did you install
RustDesk?see above
RustDesk version and environment
docker
@simonspa commented on GitHub (Jan 30, 2023):
Add
--releaseto the end of the build command. It's actually described in the README right below the command itself but the formulation isn't entirely clear and could get some love... :)@jjgalvez commented on GitHub (Jan 30, 2023):
@simonspa thanks for the reply. I started from scratch, removing the repo and the previous docker
@rustdesk commented on GitHub (Jan 30, 2023):
#763