Skip to content
Snippets Groups Projects
Commit fa7bdcc4 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Initial import

parents
Branches
No related tags found
No related merge requests found
FROM debian:stretch
ENV LANG C.UTF-8
RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* \
&& for lang in en_US de_DE; do localedef -i $lang -c -f UTF-8 -A /usr/share/locale/locale.alias $lang.UTF-8; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment