docker: Link GHCR to this Git repository.

This commit is contained in:
Josh Klar
2023-03-23 19:06:26 -07:00
committed by Josh Klar
parent 3e30aaf914
commit 934aec38dd

View File

@@ -4,6 +4,8 @@
# from the provided Git ref.
FROM ubuntu:20.04 as base
LABEL org.opencontainers.image.source https://github.com/zulip/docker-zulip
# Set up working locales and upgrade the base image
ENV LANG="C.UTF-8"