Skip to content

Commit

Permalink
Remove uses of the legacy 'ENV key val' Dockerfile command
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed Jun 27, 2024
1 parent cde5c63 commit 76d8cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/electric/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ RUN apt-get update -y && \
# Set the locale
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen

ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8

WORKDIR "/app"
RUN chown nobody /app
Expand Down

0 comments on commit 76d8cab

Please sign in to comment.