mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Dockerfile fails to produce a builder image #2396
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#2396
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 @vi on GitHub (Jan 3, 2024).
Bug Description
docker build -t "rustdesk-builder" .from README stops with this:Fuller log
Note that command
git fetch https://aomedia.googlesource.com/aom 9a83c6a5a55c176adbce740e47d3512edfc9ae71 --depth 1 -ndoes work when used on host.How to Reproduce
Try to follow Docker-based building instructions on Debian Bookworm on amd64 with
Docker version 24.0.7, build afdd53bExpected Behavior
It builds and produces working
rustdesk-builderDocker image.Operating system(s) on local side and remote side
Linux
RustDesk Version(s) on local side and remote side
master (
7f7d4a77b6)Screenshots
(not applicable)
Additional Context
No response
@rustdesk commented on GitHub (Jan 3, 2024):
#763