Skip to content

Commit 0f13fae

Browse files
committed
add fontcache
1 parent 28fd48e commit 0f13fae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/src/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ RUN \
3131
# Terminal tools
3232
screen \
3333
tmux \
34+
# Generate Font Cache
35+
&& fc-cache -f -v \
3436
# Clean up
3537
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* \
3638
# Move first run notice to right spot

0 commit comments

Comments
 (0)