mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-14 15:48:11 +03:00
docker: Install libxpresent-dev packages.
This commit is contained in:
parent
c9a428090f
commit
1c04188bc0
@ -53,6 +53,8 @@ ENV PATH=/usr/lib/ccache:$PATH
|
||||
|
||||
RUN apt-get install -y \
|
||||
tini \
|
||||
libxpresent-dev \
|
||||
libxpresent-dev:i386 \
|
||||
&& rm -rf /opt/usr/share/doc /opt/usr/share/info /opt/usr/share/man \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
ENTRYPOINT ["/usr/bin/tini-static", "-s", "-g", "--"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user