1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-02 09:46:27 +00:00

Merge remote-tracking branch 'origin/nhb-linux-build-with-libbsd' into fgh_libbsd

This commit is contained in:
Frank Halasz
2026-03-01 03:16:32 -08:00

View File

@@ -8,11 +8,11 @@
#
# ******************************************************************************
FROM ubuntu:22.04
FROM ubuntu:24.04
SHELL ["/bin/bash", "-c"]
USER root:root
# Install build tools
RUN apt-get update && apt-get install -y make clang libx11-dev gcc
RUN apt-get update && apt-get install -y make clang libx11-dev libbsd-dev libpcap-dev gcc
USER root
WORKDIR /root
ENTRYPOINT /bin/bash