docker: Install libxpresent-dev packages.
This commit is contained in:
parent
c9a428090f
commit
1c04188bc0
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue