Skip to content

Commit 6edd83a

Browse files
authored
Add avahi-daemon to systemcore-cross-ubuntu (#71)
1 parent 5371af9 commit 6edd83a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

systemcore-cross-ubuntu/Dockerfile.2027

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM wpilib/ubuntu-${TYPE}:${UBUNTU}
55
# Install toolchain
66
RUN curl -SL https://github.com/wpilibsuite/opensdk/releases/download/v2025-2/arm64-bookworm-2025-x86_64-linux-gnu-Toolchain-12.2.0.tgz | sh -c 'mkdir -p /usr/local && cd /usr/local && tar xzf - --strip-components=2'
77

8-
RUN apt update && apt install -y openjdk-21-jdk && rm -rf /var/lib/apt/lists/*
8+
RUN apt update && apt install -y openjdk-21-jdk avahi-daemon && rm -rf /var/lib/apt/lists/*
99

1010
ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64
1111

0 commit comments

Comments
 (0)