Skip to content

Commit

Permalink
chore: Update pkgsrc to 2024Q4.
Browse files Browse the repository at this point in the history
Also add `patch` so we can use it in the toxcore build.
  • Loading branch information
iphydf committed Jan 24, 2025
1 parent ad2e494 commit 9e676b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgsrc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ RUN ["apk", "add", "--no-cache", \
"git", \
"linux-headers", \
"musl-dev", \
"nawk"]
"nawk", \
"patch"]

RUN ["git", "clone", "--branch=pkgsrc-2023Q4", "--depth=1", "https://github.com/NetBSD/pkgsrc", "/work/pkgsrc"]
RUN ["git", "clone", "--branch=pkgsrc-2024Q4", "--depth=1", "https://github.com/NetBSD/pkgsrc", "/work/pkgsrc"]
WORKDIR /work/pkgsrc/bootstrap
ENV TOOLS_PLATFORM.awk=/usr/bin/nawk
RUN ["./bootstrap"]
Expand Down

0 comments on commit 9e676b4

Please sign in to comment.