Set charset again!

This commit is contained in:
Patrick Jentsch 2019-09-12 11:42:42 +02:00
parent a32184db5c
commit 19426a4c78

View File

@ -5,6 +5,9 @@ FROM debian:9-slim
LABEL maintainer="inf_sfb1288@lists.uni-bielefeld.de"
ENV LANG=C.UTF-8
# Install prerequisites
RUN apt-get update \
&& apt-get install -y --no-install-recommends \