init ci
This commit is contained in:
commit
085db384d9
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM php:7.4-cli
|
||||
|
||||
RUN apt update \
|
||||
&& apt install -y locales \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN sed -i 's/^# *\(de_DE.UTF-8\)/\1/' /etc/locale.gen \
|
||||
&& locale-gen
|
Loading…
x
Reference in New Issue
Block a user