mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-27 07:31:40 +01:00
add nfs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user