Skip to content

Commit

Permalink
removed libgpiod dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9849 committed Feb 6, 2024
1 parent ec978dd commit 65cee2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi4j-builder-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65cee2b

Please sign in to comment.