We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c015a commit 92b9091Copy full SHA for 92b9091
Dockerfile
@@ -71,6 +71,7 @@ COPY --from=debian /bin/date /bin/date
71
COPY --from=debian /bin/grep /bin/grep
72
COPY --from=debian /bin/sed /bin/sed
73
COPY --from=debian /bin/ln /bin/ln
74
+COPY --from=debian /bin/udevadm /bin/udevadm
75
76
# Copy shared libraries into distroless base.
77
COPY --from=debian /lib/${LIB_DIR_PREFIX}-linux-gnu/libblkid.so.1 \
0 commit comments