We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e89c62 + d8bd130 commit 6b755d1Copy full SHA for 6b755d1
Dockerfile
@@ -98,7 +98,8 @@ RUN if test -z $UNAME_R; then UNAME_R=`curl -s http://ports.ubuntu.com/pool/main
98
# install linux sources from git
99
RUN mkdir /home/user/linux_build \
100
&& cd /home/user/linux_build \
101
- && time git clone -b master --single-branch https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/${UBUNTU_VERSION} ${KERNEL_DIR} \
+ && git config --global https.postBuffer 1048576000 \
102
+ && time git clone -b master --depth 1 --single-branch https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-raspi/+git/${UBUNTU_VERSION} ${KERNEL_DIR} \
103
&& cd ${KERNEL_DIR} \
104
&& git fetch --tag
105
0 commit comments