Skip to content

Commit

Permalink
Fixed Docker LegacyKeyValueFormat warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Aug 21, 2024
1 parent 2b11dcd commit f7997e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && \

COPY --chown=root:root --chmod=755 startup.sh /

ENV LC_ALL C.UTF-8
ENV LC_ALL=C.UTF-8
RUN echo '#!/bin/bash\n\nexport LC_ALL=C.UTF-8' \
> /etc/profile.d/set-c-utf8-locale.sh

Expand Down

0 comments on commit f7997e5

Please sign in to comment.