Skip to content

Commit

Permalink
Debian: don't generate deb-src apt-lines
Browse files Browse the repository at this point in the history
Install `zstd` package
  • Loading branch information
takano32 committed Jul 10, 2023
1 parent 72d3d86 commit c68de79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ LABEL maintainer "TAKANO Mitsuhiro <[email protected]>"

ENV DEBIAN_FRONTEND=noninteractive
ENV DEBCONF_NOWARNINGS=yes

COPY ./debian/sources.list /etc/apt/
RUN grep '^deb ' /etc/apt/sources.list | sed 's/^deb/deb-src/g' > /etc/apt/sources.list.d/deb-src.list

RUN apt-get update
RUN apt-get install -y git

Expand All @@ -17,6 +14,7 @@ RUN cd /build-kernel/linux && git pull --all

RUN apt-get build-dep -y linux
RUN apt-get install -y llvm clang lld
RUN apt-get install -y zstd
RUN apt-get install -y rpm
RUN apt-get install -y curl python3-pip
RUN apt-get clean
Expand Down

0 comments on commit c68de79

Please sign in to comment.