mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
Dockerfile: Add a font package to allow gvim to run inside of the container
This commit is contained in:
parent
29f5916230
commit
8f298cf0cd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue