📜  local-gen install - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:31.101000             🧑  作者: Mango

代码示例1
FROM node:4-onbuild

# Set the locale
RUN apt-get clean && apt-get update && apt-get install -y locales
RUN locale-gen en_US.UTF-8