We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8d7ad commit e9ed708Copy full SHA for e9ed708
pi4j-builder-2.0/Dockerfile
@@ -22,6 +22,9 @@ RUN echo "========================================================="
22
RUN echo " BUILDING DOCKER Pi4J v$BUILDVERSION BUILDER IMAGE FOR: $TARGETARCH"
23
RUN echo "========================================================="
24
25
+# Install sudo, needed for FFM plugin tests
26
+RUN apt-get update && apt-get install -y sudo
27
+
28
# ---------------------------------------------------------------------------------
29
# PROJECT BUILDER IMAGE FOR Pi4J v2.0
30
0 commit comments