set charset again!

This commit is contained in:
Patrick Jentsch 2019-09-12 11:30:52 +02:00
parent cebc53da03
commit 088cf49b89

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 \