Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ ENV PATH="/usr/lib/wsl/lib/:${PATH}"

# save PATH
# without \$PATH the $PATH will be lost sometime or not be inherited after exec
RUN echo "export PATH=${PATH}:\$PATH" >> $HOME/.zshrc
RUN echo "export PATH=${PATH}:\$PATH" >> $HOME/.zshrc && \
echo "DISABLE_AUTO_UPDATE=true" >> $HOME/.zshrc

# set font
COPY ./fonts/* /usr/share/fonts/SourceHanSans/
Expand Down
Loading