2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-27 07:31:40 +01:00
This commit is contained in:
kev
2021-12-15 14:52:18 +08:00
parent 39b2387334
commit ba8a2c6d10
10 changed files with 26 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ MAINTAINER EasyPi Software Foundation
RUN set -xe \
&& apt update \
&& apt install -y nfs-ganesha nfs-ganesha-vfs tini \
&& apt install -y --no-install-recommends nfs-ganesha nfs-ganesha-vfs tini \
&& rm -rf /var/lib/apt/lists/*
COPY ./docker-entrypoint.sh /entrypoint.sh