We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9e4a5 commit e71d97aCopy full SHA for e71d97a
Dockerfile
@@ -1,11 +1,11 @@
1
# Alpine can only be used if/when this bug is fixed: https://bugs.alpinelinux.org/issues/8470
2
ARG BUILD_FROM=debian:stretch-slim
3
4
+FROM $BUILD_FROM
5
+
6
# https://github.com/ehough/docker-nfs-server/pull/3#issuecomment-387880692
7
ARG DEBIAN_FRONTEND=noninteractive
8
-FROM $BUILD_FROM
-
9
# kmod is needed for lsmod, and libcap2-bin is needed for confirming Linux capabilities
10
RUN apt-get update && \
11
apt-get install -y --no-install-recommends nfs-kernel-server kmod libcap2-bin && \
0 commit comments