mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-26 10:14:03 +02:00
github actions test
This commit is contained in:
@@ -35,9 +35,6 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash \
|
||||
&& apt-get update && apt-get install -y nodejs \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Testing
|
||||
RUN cat /proc/self/cgroup
|
||||
|
||||
# Generating locales
|
||||
RUN sed -i 's/^# *\(de_DE.UTF-8\)/\1/' /etc/locale.gen \
|
||||
&& sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen \
|
||||
|
||||
Reference in New Issue
Block a user