Combine two RUNs

上级 8433a3d0
...@@ -16,8 +16,8 @@ RUN apt-get update \ ...@@ -16,8 +16,8 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# https://wiki.debian.org/Locale#Manually # https://wiki.debian.org/Locale#Manually
RUN sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen RUN sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen \
RUN locale-gen && locale-gen
ENV LANG=en_US.UTF-8 ENV LANG=en_US.UTF-8
RUN chsh -s /bin/bash RUN chsh -s /bin/bash
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册