dev env setup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM postgres:18
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y locales \
|
||||
&& sed -i '/de_DE.UTF-8/s/^# //g' /etc/locale.gen \
|
||||
&& locale-gen
|
||||
|
||||
ENV LANG=de_DE.utf8
|
||||
Reference in New Issue
Block a user