mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 11:01:28 +03: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:
@@ -127,6 +127,7 @@ Begin by cloning the repository and building the Docker container:
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/rustdesk/rustdesk
|
git clone https://github.com/rustdesk/rustdesk
|
||||||
cd rustdesk
|
cd rustdesk
|
||||||
|
git submodule update --init --recursive
|
||||||
docker build -t "rustdesk-builder" .
|
docker build -t "rustdesk-builder" .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user