diff --git a/external/config/templates/Dockerfile b/external/config/templates/Dockerfile index 500b7a74f940..b36991c5af81 100644 --- a/external/config/templates/Dockerfile +++ b/external/config/templates/Dockerfile @@ -44,6 +44,7 @@ RUN apt-get update \ dwarves \ f2fs-tools \ fakeroot \ + fdisk \ flex \ gawk \ gcc-arm-linux-gnueabihf \ @@ -119,6 +120,8 @@ RUN git config --system --add safe.directory /root/orangepi RUN sed -i 's/\(^STATDOPTS=\).*/\1"--port 32765 --outgoing-port 32766"/' /etc/default/nfs-common \ && sed -i 's/\(^RPCMOUNTDOPTS=\).*/\1"--port 32767"/' /etc/default/nfs-kernel-server +RUN echo 'loop max_loop=128' >> /etc/modules + ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' TERM=screen WORKDIR /root/orangepi LABEL org.opencontainers.image.source="https://github.com/orangepi-xunlong/orangepi-build/blob/main/external/config/templates/Dockerfile" \