mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-12-23 23:29:05 +01:00
Deb: apt -> apt-get, cause apt doesn't have a stable interface
This commit is contained in:
parent
5ffe76f08d
commit
a4369e8897
@ -41,7 +41,7 @@ COPY startup/ $STARTUPDIR
|
||||
### START CUSTOM STUFF ####
|
||||
|
||||
COPY build/*.deb /tmp
|
||||
RUN dpkg -i /tmp/*.deb; apt -yf install
|
||||
RUN dpkg -i /tmp/*.deb; apt-get -yf install
|
||||
|
||||
### END CUSTOM STUFF ###
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user