Fix a typo
This commit is contained in:
parent
699c55a826
commit
0fc3517a91
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get full-upgrade -qy
|
RUN apt-get full-upgrade -qy
|
||||||
RUN apt-get install -y ibgl1-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
|
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
|
||||||
|
|
||||||
RUN pip3 install --upgrade pip
|
RUN pip3 install --upgrade pip
|
||||||
RUN pip install llbase autobuild llsd
|
RUN pip install llbase autobuild llsd
|
||||||
|
|
Loading…
Reference in a new issue