📅  最后修改于: 2022-03-11 14:50:31.101000             🧑  作者: Mango
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