Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit b0ed500

Browse files
Add awk to all Fedora based images
1 parent c1a0a50 commit b0ed500

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- `naev-artwork` (Used to render naev artwork.) ***DEPRECATED***
88
- `naev-linux-archaic` (Used for old release builds) ***DEPRECATED***
99

10+
### v1.12.6
11+
- Add awk to all Fedora based images
12+
1013
### v1.12.5
1114
- Update `naev-macos` to target macOS 13 for ARM64 targets (See: https://trac.macports.org/ticket/72256)
1215
- Update dependencies and fix compiler quirks with OSXCross in `naev-macos`

naev-release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ WORKDIR /tmp
2323
# Install utilities
2424
RUN curl -L -O https://cli.github.com/packages/rpm/gh-cli.repo --output-dir /etc/yum.repos.d && \
2525
microdnf update -y && \
26-
microdnf --nodocs --setopt=install_weak_deps=0 -y install gh python3-pip meson ninja-build clang gcc gzip python3-pyyaml file git readline-devel rustup tar xz unzip zip \
26+
microdnf --nodocs --setopt=install_weak_deps=0 -y install gh python3-pip meson ninja-build clang gawk gcc gzip python3-pyyaml file git readline-devel rustup tar xz unzip zip \
2727
# Install SteamCMD and friends
2828
glibc.i686 sdl2-compat.i686 && \
2929
microdnf clean all && \

naev-windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY _copr:copr.fedorainfracloud.org:jackgreiner:mingw64-packages.repo /etc/yum.
1414
COPY setup-devenv.sh /usr/bin
1515

1616
RUN microdnf update -y && \
17-
microdnf --nodocs --setopt=install_weak_deps=0 -y install clang gcc gettext git gzip lld llvm python3-pip meson ninja-build python3-pyyaml rustup tar texinfo xz unzip zip \
17+
microdnf --nodocs --setopt=install_weak_deps=0 -y install clang gawk gcc gettext git gzip lld llvm python3-pip meson ninja-build python3-pyyaml rustup tar texinfo xz unzip zip \
1818
# OK, seems like the rust is a bit a of mess as it is trying to compile some things internally with hardcoded mingw64 paths
1919
# We have to toss the dependencies here so that it works. In particular, mlua-sys seems to want to build luajit
2020
mingw64-binutils mingw64-gcc \

0 commit comments

Comments
 (0)