Dockerfile: Add a font package to allow gvim to run inside of the container

This commit is contained in:
Tomas Babej 2022-06-27 18:27:48 -04:00
parent 29f5916230
commit 8f298cf0cd

View file

@ -64,10 +64,12 @@ RUN pip install --root=/opt/pip-root \
FROM build AS tests
# Terminus-font required for gvim to run
RUN apk add --no-cache \
git \
make \
patchelf \
terminus-font \
tzdata \
xvfb-run
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime