mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
before docker run command added git submoulde update command in docker build Updated README.md (#10878)
there is dependency on submodule libs/hbb_common, we need to initialize submodule after cloning repo and before running container
This commit is contained in:
parent
fc396d2166
commit
e191d11f74
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ Begin by cloning the repository and building the Docker container:
|
|||
```sh
|
||||
git clone https://github.com/rustdesk/rustdesk
|
||||
cd rustdesk
|
||||
git submodule update --init --recursive
|
||||
docker build -t "rustdesk-builder" .
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue