8000 Update Dockerfile · thebuck25/deploy-code-server@20bd0b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20bd0b5

Browse files
authored
Update Dockerfile
1 parent 98631ba commit 20bd0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ RUN unzip geist-font.zip -d geist-font
8080

8181
# Install the fonts to the system fonts directory
8282
RUN sudo mkdir -p /usr/share/fonts/truetype/geist-font \
83-
&& sudo mv geist-font/GeistMono-1.3.0/statics-ttf/*.ttf /usr/share/fonts/truetype/geist-font/ \
84-
&& sudo mv geist-font/GeistMono-1.3.0/variable-ttf/*.ttf /usr/share/fonts/truetype/geist-font/
83+
&& sudo mv geist-font/GeistMono-1.4.0/statics-ttf/*.ttf /usr/share/fonts/truetype/geist-font/ \
84+
&& sudo mv geist-font/GeistMono-1.4.0/variable-ttf/*.ttf /usr/share/fonts/truetype/geist-font/
8585

8686
# Update the font cache
8787
RUN sudo fc-cache -fv

0 commit comments

Comments
 (0)
0