Update Dockerfile

This commit is contained in:
André Germann
2021-08-05 20:46:08 +02:00
committed by GitHub
parent 97917d19fe
commit 8a7818784d

View File

@@ -36,7 +36,7 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash \
&& rm -rf /var/lib/apt/lists/*
# Testing
RUN setcap 'cap_net_bind_service,cap_net_raw+eip' $(eval readlink -f `which node`)
RUN cat /proc/self/cgroup
# Generating locales
RUN sed -i 's/^# *\(de_DE.UTF-8\)/\1/' /etc/locale.gen \