Skip to content

Commit bafa9f4

Browse files
authored
Merge pull request #95 from tstoeter/patch-2
Fix warning LegacyKeyValueFormat
2 parents 0fb36a3 + 4ad3e9a commit bafa9f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN dnf -y update
66
RUN dnf install -y glibc-langpack-en
77
RUN dnf install -y blosc
88

9-
ENV LANG en_US.utf-8
9+
ENV LANG=en_US.utf-8
1010
ENV RHEL_FRONTEND=noninteractive
1111
RUN mkdir /opt/setup
1212
WORKDIR /opt/setup

0 commit comments

Comments
 (0)