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 6f59822

Browse files
User faster / less safe IO for apt operations
1 parent ba4ee32 commit 6f59822

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎Dockerfile.musl-cross-make

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ ADD ./download /usr/local/bin
77
RUN mkdir /output && \
88
export DEBIAN_FRONTEND=noninteractive && \
99
sed -e 's/http:\/\/[^/]*/http:\/\/deb.debian.org/g' -i /etc/apt/sources.list && \
10-
apt-get update && \
11-
apt-get -y dist-upgrade && \
12-
apt-get -y autoremove && \
13-
apt-get install -y --no-install-recommends build-essential ca-certificates wget unzip flex bison autoconf file python3 && \
10+
apt-get --option=Dpkg::options::=--force-unsafe-io update && \
11+
apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io -y dist-upgrade && \
12+
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 && \
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 && \

0 commit comments

Comments
(0)

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