1 parent 85a83f7 commit f3945deCopy full SHA for f3945de
1 file changed
Dockerfile
@@ -124,7 +124,7 @@ RUN --mount=type=cache,target=/home/lpb/.npm \
124
RUN set -eux; \
125
export PATH="/home/lpb/.npm-global/bin:${PATH}"; \
126
mkdir -p /opt/pi-src && cd /opt/pi-src; \
127
- git clone --depth=1 --single-branch --branch ${PI_REF} ${PI_FORK} .; \
+ git clone --depth=1 --branch ${PI_REF} ${PI_FORK} .; \
128
git config user.email "build@localpibox.dev"; \
129
git config user.name "LocalPibox Build"; \
130
npm install; \
0 commit comments