From 65cee2b0a3cb520927ebaeeb7d6194729332b7a2 Mon Sep 17 00:00:00 2001 From: alex9849 <alexander@liggesmeyer.net> Date: Tue, 6 Feb 2024 09:10:22 +0100 Subject: [PATCH] removed libgpiod dependency --- pi4j-builder-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi4j-builder-base/Dockerfile b/pi4j-builder-base/Dockerfile index 53d1fc3..be9ec40 100644 --- a/pi4j-builder-base/Dockerfile +++ b/pi4j-builder-base/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get update && \ apt-get install --yes apt-utils # install additional build tools and utilities -RUN apt-get install --yes git build-essential tree nano file curl wget autoconf autoconf-archive libtool pkg-config gcc-multilib libgpiod-dev +RUN apt-get install --yes git build-essential tree nano file curl wget autoconf autoconf-archive libtool pkg-config gcc-multilib # install OpenJDK 21 (JDK) and configure JAVA_HOME environment variable RUN apt-get install --yes openjdk-21-jdk-headless