Add rsync as a tool available for builds
This commit is contained in:
parent
24ecf87d08
commit
3a24b60cee
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||
|
||||
RUN apt-get update
|
||||
RUN apt-get full-upgrade -qy
|
||||
RUN apt-get install -y libgl1-mesa-dev libglu1-mesa-dev libpulse-dev build-essential python3-pip git libssl-dev libxinerama-dev libxrandr-dev libfontconfig-dev libfreetype6-dev gcc-11 cmake openjdk-17-jre curl wget
|
||||
RUN apt-get install -y libgl1-mesa-dev libglu1-mesa-dev libpulse-dev build-essential python3-pip git libssl-dev libxinerama-dev libxrandr-dev libfontconfig-dev libfreetype6-dev gcc-11 cmake openjdk-17-jre curl wget rsync
|
||||
|
||||
RUN pip3 install --upgrade pip
|
||||
RUN pip install llbase autobuild llsd
|
||||
|
|
Loading…
Reference in a new issue