Skip to content
Snippets Groups Projects
Commit 642e7175 authored by sparklyballs's avatar sparklyballs
Browse files

add locale gen to dockerfile

parent e9e63eca
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,11 @@ TERM="xterm"
# copy sources
COPY sources.list /etc/apt/
# install apt-utils
# generate locale
RUN \
locale-gen en_US.UTF-8 && \
# install apt-utils
apt-get update && \
apt-get install -y \
apt-utils && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment