Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a6e0c33

Browse files
Update base to include gawk
1 parent eb517b9 commit a6e0c33

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎Dockerfile.musl-cross-make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sed -e 's/http:\/\/[^/]*/http:\/\/deb.debian.org/g' -i /etc/apt/sources.list &&
1010
apt-get --option=Dpkg::Options::=--force-unsafe-io update && \
1111
apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::Options::=--force-unsafe-io -y dist-upgrade && \
1212
apt-get --option=Dpkg::Options::=--force-unsafe-io -y autoremove && \
13-
apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::Options::=--force-unsafe-io install -y --no-install-recommends build-essential ca-certificates wget unzip flex bison autoconf file python3 cmake && \
13+
apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::Options::=--force-unsafe-io install -y --no-install-recommends build-essential ca-certificates wget unzip flex bison autoconf file python3 cmake gawk && \
1414
apt-get clean
1515
RUN download https://github.com/richfelker/musl-cross-make/archive/refs/tags/v0.9.9.zip /tmp/musl-cross-make.zip 6cbe2f6ce92e7f8f3973786aaf0b990d0db380c0e0fc419a7d516df5bb03c891 && \
1616
mkdir /build && \

‎Dockerfile.strace-6.1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ WORKDIR /build
66
RUN download https://github.com/strace/strace/releases/download/v6.1/strace-6.1.tar.xz source.tar.xz 2579e9cec37dbb786f6ea0bebd15f40dd561ef2bde2a2a2ecdce5963b01859fd && tar xf source.tar.xz
77
RUN export PATH=/build/cross/bin:$PATH && \
88
cd strace-* && \
9-
DEBIAN_FRONTEND=noninteractive apt install -y gawk && \
109
CC="$MUSL_TARGET-gcc" \
1110
CFLAGS="-static -frandom-seed=pulse" \
1211
./configure \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /