Umieściłem poniższe kody ustawień regionalnych w moim pliku docker, FROM node:4-onbuild # Set the locale RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 ale daje mi błąd /bin/sh: 1: locale-gen: not found The command '/bin/sh -c locale-gen...