mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-14 14:04:21 +00:00
Add pkgconf package to things loaded into the Builder Docker image to be used by libbsd changes to linux makefiles
This commit is contained in:
4
.github/workflows/Dockerfile_builder
vendored
4
.github/workflows/Dockerfile_builder
vendored
@@ -12,7 +12,9 @@ FROM ubuntu:22.04
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
USER root:root
|
||||
# Install build tools
|
||||
RUN apt-get update && apt-get install -y make clang libx11-dev libbsd-dev libpcap-dev gcc
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y build-essential gcc pkgconf make clang cmake \
|
||||
&& apt-get install -y libx11-dev libbsd-dev libpcap-dev
|
||||
USER root
|
||||
WORKDIR /root
|
||||
ENTRYPOINT /bin/bash
|
||||
|
||||
Reference in New Issue
Block a user