github actions test

This commit is contained in:
buanet
2021-08-28 13:29:37 +02:00
parent 7b1d444e5a
commit ef3a160a7c
2 changed files with 66 additions and 19 deletions

View File

@@ -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 \