Skip to content

Commit

Permalink
Dockerfile.ci-debian: drop backports from package 'flit'
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Jul 8, 2023
1 parent ae28fef commit 1dd9acb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile.ci-debian
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ ARG EXTRA_PACKAGES

COPY debian/control /tuxpkg/debian/control

RUN echo 'deb http://deb.debian.org/debian bookworm-backports main'>> /etc/apt/sources.list \
&& apt-get update \
RUN apt-get update \
&& apt-get install -qy auto-apt-proxy \
&& apt-get build-dep -qy /tuxpkg \
&& apt-get install -q=2 \
black \
codespell \
flake8 \
flit/bookworm-backports \
flit \
git \
make \
mkdocs \
Expand Down

0 comments on commit 1dd9acb

Please sign in to comment.