Loading Dockerfile +14 −8 Original line number Diff line number Diff line Loading @@ -13,6 +13,12 @@ RUN sed -i -e 's/# es_ES.UTF-8 UTF-8/es_ES.UTF-8 UTF-8/' /etc/locale.gen && \ dpkg-reconfigure --frontend=noninteractive locales && \ update-locale LANG=es_ES.UTF-8 ARG DOCKER_VERSION="docker-19.03.11" RUN wget -P /tmp/ https://download.docker.com/linux/static/stable/x86_64/${DOCKER_VERSION}.tgz && \ tar -xvf /tmp/${DOCKER_VERSION}.tgz --directory /tmp/ && \ mv /tmp/docker/docker /usr/local/bin ENV DIRPATH="/opt/redmic" \ LANG="es_ES.UTF-8" Loading Loading
Dockerfile +14 −8 Original line number Diff line number Diff line Loading @@ -13,6 +13,12 @@ RUN sed -i -e 's/# es_ES.UTF-8 UTF-8/es_ES.UTF-8 UTF-8/' /etc/locale.gen && \ dpkg-reconfigure --frontend=noninteractive locales && \ update-locale LANG=es_ES.UTF-8 ARG DOCKER_VERSION="docker-19.03.11" RUN wget -P /tmp/ https://download.docker.com/linux/static/stable/x86_64/${DOCKER_VERSION}.tgz && \ tar -xvf /tmp/${DOCKER_VERSION}.tgz --directory /tmp/ && \ mv /tmp/docker/docker /usr/local/bin ENV DIRPATH="/opt/redmic" \ LANG="es_ES.UTF-8" Loading