updating/ removing comments

This commit is contained in:
buanet
2019-03-06 07:51:14 +01:00
parent bdc6570a71
commit 672bca2630

View File

@@ -4,7 +4,7 @@ MAINTAINER Andre Germann <https://buanet.de>
ENV DEBIAN_FRONTEND noninteractive
# Install necessary packages
# Install prerequisites
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
acl \
apt-utils \
@@ -30,9 +30,6 @@ RUN apt-get update && apt-get install -y \
nodejs \
&& rm -rf /var/lib/apt/lists/*
# Configure avahi-daemon
# RUN sed -i '/^rlimit-nproc/s/^\(.*\)/#\1/g' /etc/avahi/avahi-daemon.conf
# Configure locales/ language/ timezone
RUN sed -i -e 's/# de_DE.UTF-8 UTF-8/de_DE.UTF-8 UTF-8/' /etc/locale.gen \
&& \dpkg-reconfigure --frontend=noninteractive locales \