Merge branch 'fix-suse-barebones-test' into 'master'

OpenSuse: fix testing image by installing dependencies

See merge request kasm-technologies/internal/KasmVNC!41
This commit is contained in:
Matthew McClaskey 2022-04-18 12:00:15 +00:00
commit 891bef0877

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