added default git branch main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
be41f5cfcf
commit
d9a602e2c4
@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
qemu-utils \
|
qemu-utils \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
RUN git config --global init.defaultBranch main
|
||||||
|
|
||||||
VOLUME /gluon
|
VOLUME /gluon
|
||||||
WORKDIR /gluon
|
WORKDIR /gluon
|
||||||
|
Loading…
Reference in New Issue
Block a user