Skip to content

Commit

Permalink
Don't use legacy ENV syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 26, 2024
1 parent a75bfd9 commit 5748a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG codename=focal

FROM ubuntu:$codename
ENV LANG C.UTF-8
ENV LANG=C.UTF-8
USER root

# Basic dependencies
Expand Down

0 comments on commit 5748a0e

Please sign in to comment.