Deb: apt -> apt-get, cause apt doesn't have a stable interface
This commit is contained in:
@@ -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 ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user