Skip to content

Commit

Permalink
add fontcache
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Aug 2, 2024
1 parent 28fd48e commit 0f13fae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN \
# Terminal tools
screen \
tmux \
# Generate Font Cache
&& fc-cache -f -v \
# Clean up
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* \
# Move first run notice to right spot
Expand Down

0 comments on commit 0f13fae

Please sign in to comment.