Add xauth binary to buildbox for X11 forwarding. (#10164)

This commit is contained in:
Brian Joerger 2022-02-04 12:36:15 -08:00 committed by GitHub
parent 080ba8fc32
commit 5d9a4033ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@ RUN apt-get update -y --fix-missing && \
unzip \
zip \
zlib1g-dev \
xauth \
&& \
pip3 --no-cache-dir install yamllint && \
dpkg-reconfigure locales && \