Skip to content

Commit 2ecbfba

Browse files
authored
fix: installatioin of Libre Franklin
1 parent 83c3d25 commit 2ecbfba

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
@@ -48,8 +48,6 @@ RUN apt-get update && \
4848
unzip && \
4949
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
5050

51-
USER $NB_UID
52-
5351
# Install Libre Franklin font
5452
RUN curl -sSL "https://fonts.google.com/download?family=Libre%20Franklin" -o /tmp/LibreFranklin.zip \
5553
&& mkdir -p /usr/local/share/fonts/LibreFranklin \
@@ -59,6 +57,8 @@ RUN curl -sSL "https://fonts.google.com/download?family=Libre%20Franklin" -o /tm
5957
&& rm /tmp/LibreFranklin.zip \
6058
&& fix-permissions /usr/local/share/fonts/LibreFranklin
6159

60+
USER $NB_UID
61+
6262
RUN fc-cache -v
6363

6464
# Installing precomputed python packages

0 commit comments

Comments
 (0)