Skip to content
Snippets Groups Projects
Commit 1bad0711 authored by sparklyballs's avatar sparklyballs
Browse files

add locales package

parent 3a35eee1
No related branches found
No related tags found
No related merge requests found
......@@ -15,19 +15,20 @@ TERM="xterm"
# copy sources
COPY sources.list /etc/apt/
# generate locale
# install apt-utils and locales
RUN \
locale-gen en_US.UTF-8 && \
# install apt-utils
apt-get update && \
apt-get install -y \
apt-utils && \
apt-utils \
locales && \
# install packages
apt-get install -y \
curl && \
# generate locale
locale-gen en_US.UTF-8 && \
# add s6 overlay
curl -o \
/tmp/s6-overlay.tar.gz -L \
......
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