Silent install Qt run installer on ubuntu server

前端 未结 12 1128
有刺的猬
有刺的猬 2020-11-30 23:47

I wanted to know if there is a way to do a silent install of the Qt run installer on Ubuntu Server?
I mean by-pass the options of the installer and do a default install?

12条回答
  •  春和景丽
    2020-12-01 00:05

    It's necessary to write in credentials in order to pass through credentials menu. In order to avoid that it's necessary to run docker build command with following network argument:

    docker build --network none -t  
    

    It was something that was missing in order to succesfully run qt interactive installation in docker.

提交回复
热议问题