Skip to content

Commit

Permalink
ci-base-image: drop gcc-10
Browse files Browse the repository at this point in the history
inducer committed Jun 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 18629c7 commit 6804714
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -6,14 +6,11 @@ RUN echo 'APT::Default-Release "testing";' >> /etc/apt/apt.conf
RUN apt-get update
RUN apt-get -y upgrade

# gcc-10 for https://github.com/inducer/loopy/issues/686

# -o APT::Install-Recommends=0
RUN apt-get -y -o APT::Install-Suggests=0 install \
python-is-python3 python3-dev python3-venv python3-pip \
libblas-dev liblapack-dev libopenblas-dev \
build-essential \
gcc-10 \
git \
jq \
curl \

0 comments on commit 6804714

Please sign in to comment.