mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-08 01:04:43 +01:00
OpenSuse: fix testing image by installing dependencies
This commit is contained in:
parent
bdf0a4dde9
commit
9f6c160d1e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user