Skip to content

Commit

Permalink
Add ldconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Nov 14, 2023
1 parent e256a99 commit 1665d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula sele
git clone --depth=1 https://github.com/sindresorhus/pure.git /home/$USERNAME/.zsh/pure \
&& rm -rf /home/$USERNAME/.zsh/pure/.git \
&& apt-get autoclean -y \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& ldconfig

ENV LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8
Expand Down

0 comments on commit 1665d14

Please sign in to comment.