mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23: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
|
FROM build AS tests
|
||||||
|
# Terminus-font required for gvim to run
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
git \
|
git \
|
||||||
make \
|
make \
|
||||||
patchelf \
|
patchelf \
|
||||||
|
terminus-font \
|
||||||
tzdata \
|
tzdata \
|
||||||
xvfb-run
|
xvfb-run
|
||||||
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime
|
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue