Skip to content

Commit

Permalink
[Minor] Removed gcc-multilib from image
Browse files Browse the repository at this point in the history
  • Loading branch information
eitch committed Feb 9, 2024
1 parent b4898ca commit e74b47f
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
RUN apt-get install --yes git build-essential tree nano file curl wget autoconf autoconf-archive libtool pkg-config

# 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 e74b47f

Please sign in to comment.