File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -148,11 +148,11 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
148
148
&& curl -sL https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf -o /usr/share/fonts/truetype/meslo/MesloLGS\ NF\ Bold\ Italic.ttf \
149
149
&& fc-cache -fv \
150
150
# # Set default branch name to main
151
- && sudo git config --system init.defaultBranch main \
151
+ && git config --system init.defaultBranch main \
152
152
# # Store passwords for one hour in memory
153
153
&& git config --system credential.helper "cache --timeout=3600" \
154
154
# # Merge the default branch from the default remote when "git pull" is run
155
- && sudo git config --system pull.rebase false \
155
+ && git config --system pull.rebase false \
156
156
# # Install pandoc
157
157
&& curl -sLO https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
158
158
&& dpkg -i pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
135
135
&& curl -sL https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf -o /usr/share/fonts/truetype/meslo/MesloLGS\ NF\ Bold\ Italic.ttf \
136
136
&& fc-cache -fv \
137
137
# # Set default branch name to main
138
- && sudo git config --system init.defaultBranch main \
138
+ && git config --system init.defaultBranch main \
139
139
# # Store passwords for one hour in memory
140
140
&& git config --system credential.helper "cache --timeout=3600" \
141
141
# # Merge the default branch from the default remote when "git pull" is run
142
- && sudo git config --system pull.rebase false \
142
+ && git config --system pull.rebase false \
143
143
# # Install pandoc
144
144
&& curl -sLO https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
145
145
&& dpkg -i pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
Original file line number Diff line number Diff line change @@ -136,11 +136,11 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
136
136
&& curl -sL https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf -o /usr/share/fonts/truetype/meslo/MesloLGS\ NF\ Bold\ Italic.ttf \
137
137
&& fc-cache -fv \
138
138
# # Set default branch name to main
139
- && sudo git config --system init.defaultBranch main \
139
+ && git config --system init.defaultBranch main \
140
140
# # Store passwords for one hour in memory
141
141
&& git config --system credential.helper "cache --timeout=3600" \
142
142
# # Merge the default branch from the default remote when "git pull" is run
143
- && sudo git config --system pull.rebase false \
143
+ && git config --system pull.rebase false \
144
144
# # Install pandoc
145
145
&& curl -sLO https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
146
146
&& dpkg -i pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
Original file line number Diff line number Diff line change @@ -136,11 +136,11 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
136
136
&& curl -sL https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf -o /usr/share/fonts/truetype/meslo/MesloLGS\ NF\ Bold\ Italic.ttf \
137
137
&& fc-cache -fv \
138
138
# # Set default branch name to main
139
- && sudo git config --system init.defaultBranch main \
139
+ && git config --system init.defaultBranch main \
140
140
# # Store passwords for one hour in memory
141
141
&& git config --system credential.helper "cache --timeout=3600" \
142
142
# # Merge the default branch from the default remote when "git pull" is run
143
- && sudo git config --system pull.rebase false \
143
+ && git config --system pull.rebase false \
144
144
# # Install pandoc
145
145
&& curl -sLO https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
146
146
&& dpkg -i pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
Original file line number Diff line number Diff line change @@ -134,11 +134,11 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
134
134
&& curl -sL https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf -o /usr/share/fonts/truetype/meslo/MesloLGS\ NF\ Bold\ Italic.ttf \
135
135
&& fc-cache -fv \
136
136
# # Set default branch name to main
137
- && sudo git config --system init.defaultBranch main \
137
+ && git config --system init.defaultBranch main \
138
138
# # Store passwords for one hour in memory
139
139
&& git config --system credential.helper "cache --timeout=3600" \
140
140
# # Merge the default branch from the default remote when "git pull" is run
141
- && sudo git config --system pull.rebase false \
141
+ && git config --system pull.rebase false \
142
142
# # Install pandoc
143
143
&& curl -sLO https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
144
144
&& dpkg -i pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
Original file line number Diff line number Diff line change @@ -141,11 +141,11 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
141
141
&& curl -sL https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf -o /usr/share/fonts/truetype/meslo/MesloLGS\ NF\ Bold\ Italic.ttf \
142
142
&& fc-cache -fv \
143
143
# # Set default branch name to main
144
- && sudo git config --system init.defaultBranch main \
144
+ && git config --system init.defaultBranch main \
145
145
# # Store passwords for one hour in memory
146
146
&& git config --system credential.helper "cache --timeout=3600" \
147
147
# # Merge the default branch from the default remote when "git pull" is run
148
- && sudo git config --system pull.rebase false \
148
+ && git config --system pull.rebase false \
149
149
# # Install pandoc
150
150
&& curl -sLO https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
151
151
&& dpkg -i pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
Original file line number Diff line number Diff line change @@ -141,11 +141,11 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
141
141
&& curl -sL https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf -o /usr/share/fonts/truetype/meslo/MesloLGS\ NF\ Bold\ Italic.ttf \
142
142
&& fc-cache -fv \
143
143
# # Set default branch name to main
144
- && sudo git config --system init.defaultBranch main \
144
+ && git config --system init.defaultBranch main \
145
145
# # Store passwords for one hour in memory
146
146
&& git config --system credential.helper "cache --timeout=3600" \
147
147
# # Merge the default branch from the default remote when "git pull" is run
148
- && sudo git config --system pull.rebase false \
148
+ && git config --system pull.rebase false \
149
149
# # Install pandoc
150
150
&& curl -sLO https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
151
151
&& dpkg -i pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
Original file line number Diff line number Diff line change @@ -148,11 +148,11 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
148
148
&& curl -sL https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf -o /usr/share/fonts/truetype/meslo/MesloLGS\ NF\ Bold\ Italic.ttf \
149
149
&& fc-cache -fv \
150
150
# # Set default branch name to main
151
- && sudo git config --system init.defaultBranch main \
151
+ && git config --system init.defaultBranch main \
152
152
# # Store passwords for one hour in memory
153
153
&& git config --system credential.helper "cache --timeout=3600" \
154
154
# # Merge the default branch from the default remote when "git pull" is run
155
- && sudo git config --system pull.rebase false \
155
+ && git config --system pull.rebase false \
156
156
# # Install pandoc
157
157
&& curl -sLO https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
158
158
&& dpkg -i pandoc-${PANDOC_VERSION}-1-${dpkgArch}.deb \
You can’t perform that action at this time.
0 commit comments