not config git email as default

This commit is contained in:
lyon 2022-06-02 16:15:37 +08:00
parent 0c15902c33
commit 3b3859b7bc

View File

@ -40,11 +40,6 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
RUN git config --global --add safe.directory /usr/src/pikascript
RUN git config --global user.email "liang6516@outlook.com"
RUN git config --global user.name "lyon"
RUN apt-get install -y \
ninja-build \
valgrind \