OpenSuse: fix testing image by installing dependencies

This commit is contained in:
Dmitry Maksyoma 2022-04-13 17:15:57 +12:00
parent bdf0a4dde9
commit 9f6c160d1e

View File

@ -27,7 +27,7 @@ RUN zypper -n install -y \
ARG KASMVNC_PACKAGE_DIR
COPY $KASMVNC_PACKAGE_DIR/*.rpm /tmp
RUN rpm -i /tmp/*.rpm
RUN zypper install -y --allow-unsigned-rpm /tmp/*.rpm
RUN useradd -m foo