Going to try switching the charset instead

This commit is contained in:
William Miceli
2019-03-15 18:05:05 -04:00
parent d01f588e29
commit f7cf70f2bf

View File

@@ -4,8 +4,9 @@ FROM nginx:stable
ARG GRAV_VERSION=1.5.8 ARG GRAV_VERSION=1.5.8
# Install dependencies # Install dependencies
RUN apt-get update && \ RUN export LC_ALL=C.UTF-8 && \
apt-get install -y --no-install-recommends language-pack-en-base software-properties-common && \ apt-get update && \
apt-get install -y --no-install-recommends software-properties-common && \
add-apt-repository ppa:ondrej/php && \ add-apt-repository ppa:ondrej/php && \
apt-get update && \ apt-get update && \
apt-get install -y --no-install-recommends sudo wget unzip && \ apt-get install -y --no-install-recommends sudo wget unzip && \