我需要创建一个基于 Ubuntu 的自定义映像,其中包含我需要使用 apt 安装的软件。例如:
sudo apt-get install pcscd
sudo apt-get install pcsc-tools # same as pcsc-lite
# For OMNIKEY for driver Then unpack the file and run the installer:
cd /home/cccam/ifdokccid_lnx_x64-3.7.0/
chmod 755 install
sudo ./install
而且我还希望该软件在我也将安装的 OpenJDK 1.8 64 位下运行。关键是我需要运行这样的命令。我怎样才能用 JIB 做到这一点?有没有办法让 JIB 使用 Docker 文件?有没有办法将这样的命令脚本传递给 JIB?