ocserv-docker icon indicating copy to clipboard operation
ocserv-docker copied to clipboard

最新的ocserv会安装tzdata工具导致docker build卡在reconfigure交互界面

Open ah-its-andy opened this issue 4 years ago • 1 comments
trafficstars

使用 FROM ubuntu:latest 时,tzdata会显示一个交互界面导致docker build中断 解决方案: 在 apt install 脚本中增加 DEBIAN_FRONTEND=noninteractive apt install -y tzdata

ah-its-andy avatar May 14 '21 06:05 ah-its-andy

开个PR吧😂

KevinZonda avatar May 14 '21 08:05 KevinZonda