Deb: update test-deb to use debs in <os>_<os_ver> dirs

This commit is contained in:
Dmitry Maksyoma
2021-01-19 23:23:33 +13:00
parent fbeed1da72
commit a6d37c2a31
3 changed files with 6 additions and 3 deletions

View File

@@ -40,7 +40,8 @@ COPY startup/ $STARTUPDIR
### START CUSTOM STUFF ####
COPY build/*.deb /tmp
ARG KASMVNC_PACKAGE_DIR
COPY $KASMVNC_PACKAGE_DIR/*.deb /tmp
RUN dpkg -i /tmp/*.deb; apt-get -yf install
### END CUSTOM STUFF ###