Skip to content

Commit e9ed708

Browse files
committed
Adding sudo to run FFM plugin tests
1 parent 3e8d7ad commit e9ed708

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pi4j-builder-2.0/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ RUN echo "========================================================="
2222
RUN echo " BUILDING DOCKER Pi4J v$BUILDVERSION BUILDER IMAGE FOR: $TARGETARCH"
2323
RUN echo "========================================================="
2424

25+
# Install sudo, needed for FFM plugin tests
26+
RUN apt-get update && apt-get install -y sudo
27+
2528
# ---------------------------------------------------------------------------------
2629
# PROJECT BUILDER IMAGE FOR Pi4J v2.0
2730
# ---------------------------------------------------------------------------------

0 commit comments

Comments
 (0)