Browse Source

Merge pull request #425 from cguentherTUChemnitz/patch-1

fix broken docker build
master
Simon Eisenmann 8 years ago committed by GitHub
parent
commit
92a885ebc7
  1. 2
      Dockerfile

2
Dockerfile

@ -38,6 +38,8 @@ FROM ubuntu:xenial @@ -38,6 +38,8 @@ FROM ubuntu:xenial
MAINTAINER Simon Eisenmann <simon@struktur.de>
# Set locale.
RUN apt-get clean && apt-get update
RUN apt-get install locales
RUN locale-gen --no-purge en_US.UTF-8
ENV LC_ALL en_US.UTF-8

Loading…
Cancel
Save