Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 65ea074

Browse files
authored
Merge pull request #65 from betadots/fix-LegacyKeyValueFormat
fix: LegacyKeyValueFormat Dockerfile lint warning
2 parents ab16d08 + 60daffc commit 65ea074

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ COPY Dockerfile /
7474
ENV BOLT_DISABLE_ANALYTICS=true
7575
ENV PDK_DISABLE_ANALYTICS=true
7676
ENV PATH=$PATH:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin
77-
ENV LANG en_US.UTF-8
78-
ENV LANGUAGE en_US:en
79-
ENV LC_ALL en_US.UTF-8
77+
ENV LANG=en_US.UTF-8
78+
ENV LANGUAGE=en_US:en
79+
ENV LC_ALL=en_US.UTF-8

0 commit comments

Comments
 (0)