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:
4
.github/workflows/Dockerfile_builder
vendored
4
.github/workflows/Dockerfile_builder
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user