Skip to content
Snippets Groups Projects
Unverified Commit 2ad4a549 authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Update env variables (#24061)

As the user in https://github.com/metabase/metabase/pull/14585#discussion_r922696696 quickly noticed, the key value syntax in Dockerfiles is legacy and also we shouldn't use it with more than 1 key. This didn't make any effect as the base image had our Env keys already there, but if there's a change at some point, we might end up with weird env settings
parent 122d0267
No related branches found
No related tags found
No related merge requests found
FROM eclipse-temurin:11-jre-alpine
ENV FC_LANG en-US LC_CTYPE en_US.UTF-8
ENV FC_LANG=en-US LC_CTYPE=en_US.UTF-8
# dependencies
RUN apk add -U bash ttf-dejavu fontconfig curl java-cacerts && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment