+ php56 things
This commit is contained in:
@ -103,8 +103,7 @@ RUN if [ ${INSTALL_BCMATH} = true ]; then \
|
||||
# Locales:
|
||||
###########################################################################
|
||||
|
||||
RUN apt --allow-releaseinfo-change update && \
|
||||
apt install -y locales && \
|
||||
RUN apt install -y locales && \
|
||||
sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
|
||||
sed -i 's/# ru_RU.UTF-8 UTF-8/ru_RU.UTF-8 UTF-8/' /etc/locale.gen && \
|
||||
locale-gen
|
||||
|
Reference in New Issue
Block a user