From 1556c55680cc0f6e26d1c4469947799b66f27888 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Sat, 11 Nov 2023 18:15:56 +0000 Subject: [PATCH] chore: git config is the last step of image --- Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 801da43..cd7c9e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -170,13 +170,6 @@ RUN fish -c true \ && echo 'alias ll="l -Fahl"' >> ${XDG_CONFIG_HOME}/fish/config.fish \ && echo 'alias la="l -a"' >> ${XDG_CONFIG_HOME}/fish/config.fish -# configure git -ARG GIT_USER_EMAIL -ARG GIT_USER_NAME -RUN git config --global user.email "${GIT_USER_EMAIL}" \ - && git config --global user.name "${GIT_USER_NAME}" \ - && git config --global core.editor nvim - # install rtx plugins RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \ awscli \