File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y locales
3333ENV LC_ALL en_US.UTF-8
3434ENV LANG en_US.UTF-8
3535ENV LANGUAGE en_US.UTF-8
36- RUN sed "s/^# $LANG/$LANG/" /etc/locale.gen; \
36+ RUN sed -i "s/^# $LANG/$LANG/" /etc/locale.gen; \
3737 locale-gen
3838
3939RUN install -d /usr/share/postgresql-common/pgdg &&\
Original file line number Diff line number Diff line change 1717 to : sv start postgres || exit 1
1818
1919run :
20- - exec : sed "s/^# $LANG/$LANG/" /etc/locale.gen
20+ - exec : sed -i "s/^# $LANG/$LANG/" /etc/locale.gen
2121 - exec : locale-gen && update-locale
2222 - exec : mkdir -p /shared/postgres_run
2323 - exec : chown postgres:postgres /shared/postgres_run
Original file line number Diff line number Diff line change 5252 chmod : " +x"
5353 contents : |
5454 #!/bin/bash
55- sed "s/^# $LANG/$LANG/" /etc/locale.gen
55+ sed -i "s/^# $LANG/$LANG/" /etc/locale.gen
5656 locale-gen && update-locale
5757 mkdir -p /shared/postgres_run
5858 chown postgres:postgres /shared/postgres_run
Original file line number Diff line number Diff line change 5050 chmod : " +x"
5151 contents : |
5252 #!/bin/bash
53- sed "s/^# $LANG/$LANG/" /etc/locale.gen
53+ sed -i "s/^# $LANG/$LANG/" /etc/locale.gen
5454 locale-gen && update-locale
5555 mkdir -p /shared/postgres_run
5656 chown postgres:postgres /shared/postgres_run
You can’t perform that action at this time.
0 commit comments