mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: Remove GCM Conflict
This commit is contained in:
parent
d13b83285c
commit
7b8a59d418
1 changed files with 0 additions and 5 deletions
|
|
@ -122,11 +122,6 @@ RUN git clone ${GIT_REPO} --depth 1 -b ${GIT_BRANCH} .bench \
|
||||||
&& echo "export PATH=/home/frappe/.local/bin:\$PATH" >>/home/frappe/.bashrc \
|
&& echo "export PATH=/home/frappe/.local/bin:\$PATH" >>/home/frappe/.bashrc \
|
||||||
&& echo "export BENCH_DEVELOPER=1" >>/home/frappe/.bashrc
|
&& echo "export BENCH_DEVELOPER=1" >>/home/frappe/.bashrc
|
||||||
|
|
||||||
# Setup GitHub Credential Manager
|
|
||||||
RUN wget "https://github.com/git-ecosystem/git-credential-manager/releases/download/v2.5.0/gcm-linux_amd64.2.5.0.deb" -O /tmp/gcmcore.deb \
|
|
||||||
&& sudo dpkg -i /tmp/gcmcore.deb \
|
|
||||||
&& git-credential-manager configure
|
|
||||||
|
|
||||||
|
|
||||||
# Add aliases
|
# Add aliases
|
||||||
RUN touch ~/.bash_aliases \
|
RUN touch ~/.bash_aliases \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue