Skip to content

Commit

Permalink
Add installation of nfs-common
Browse files Browse the repository at this point in the history
  • Loading branch information
parklize committed Jul 16, 2024
1 parent dd7148c commit 5d007be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ RUN groupadd -g ${GID} nifi || groupmod -n nifi `getent group ${GID} | cut -d: -
&& mkdir -p ${NIFI_BASE_DIR} \
&& chown -R nifi:nifi ${NIFI_BASE_DIR} \
&& apt-get update \
&& apt-get install -y jq xmlstarlet procps
&& apt-get install -y jq xmlstarlet procps \
&& apt update \
&& apt install nfs-common -y


USER nifi

Expand Down

0 comments on commit 5d007be

Please sign in to comment.