Merge pull request #197 from annadostoevskaya/next

This commit is contained in:
baiywt 2025-05-09 22:28:59 +08:00
commit 1934498269
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ RUN apt-get update \
dwarves \ dwarves \
f2fs-tools \ f2fs-tools \
fakeroot \ fakeroot \
fdisk \
flex \ flex \
gawk \ gawk \
gcc-arm-linux-gnueabihf \ 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 \ 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 && 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 ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' TERM=screen
WORKDIR /root/orangepi WORKDIR /root/orangepi
LABEL org.opencontainers.image.source="https://github.com/orangepi-xunlong/orangepi-build/blob/main/external/config/templates/Dockerfile" \ LABEL org.opencontainers.image.source="https://github.com/orangepi-xunlong/orangepi-build/blob/main/external/config/templates/Dockerfile" \