mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-12-24 15:49:06 +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 ####
|
### START CUSTOM STUFF ####
|
||||||
|
|
||||||
COPY build/*.deb /tmp
|
COPY build/*.deb /tmp
|
||||||
RUN dpkg -i /tmp/*.deb; apt -yf install
|
RUN dpkg -i /tmp/*.deb; apt-get -yf install
|
||||||
|
|
||||||
### END CUSTOM STUFF ###
|
### END CUSTOM STUFF ###
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user