Skip to content

Commit

Permalink
Merge pull request #82 from sbidoul/env-syntax-sbi
Browse files Browse the repository at this point in the history
Don't use legacy ENV syntax
  • Loading branch information
sbidoul authored Sep 26, 2024
2 parents 1e0ad11 + 5748a0e commit af663c6
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 af663c6

Please sign in to comment.