Include SSH to support compilations on remote machines
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-28 17:30:47 +01:00
parent ade775f77e
commit 343a8662b3

View File

@@ -7,6 +7,7 @@ RUN apt-get update \
&& DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends \ && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends \
dbus-x11 \ dbus-x11 \
git \ git \
openssh-client \
locales \ locales \
sudo \ sudo \
x11-xserver-utils \ x11-xserver-utils \