add libnfs-utils to dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 30 May 2023 20:47:21 +0000 (22:47 +0200)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 20:47:21 +0000 (22:47 +0200)
Dockerfile

index 96680d9ca508537603524ee076d2cc259fea582b..40478d81ed87aad5bb2c8d869b45c561321db70a 100644 (file)
@@ -57,6 +57,7 @@ RUN set -x \
         libsox3 \
         sox \
         cifs-utils \
+        libnfs-utils \
     # cleanup
     && rm -rf /tmp/* \
     && rm -rf /var/lib/apt/lists/*