Skip to content

Commit

Permalink
add git-filter-repo via bullseye backports
Browse files Browse the repository at this point in the history
- add debian backports and install git-filter-repo from bullseye-backports

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
  • Loading branch information
akhilerm committed May 25, 2023
1 parent 95643f4 commit aba3827
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@

FROM debian:bullseye
MAINTAINER Stefan Schimanski <sttts@redhat.com>
# debian backports are added so that git-filter-repo can be installed
RUN echo deb http://deb.debian.org/debian bullseye-backports main >> /etc/apt/sources.list
RUN apt-get update \
&& apt-get install -y -qq git=1:2.30.2-1+deb11u2 \
&& apt-get install -y -qq mercurial \
&& apt-get install -y -qq ca-certificates curl wget jq vim tmux bsdmainutils tig gcc zip \
&& apt-get install -y -qq ca-certificates curl wget jq vim tmux bsdmainutils tig gcc zip git-filter-repo/bullseye-backports \
&& rm -rf /var/lib/apt/lists/*

ENV GOPATH="/go-workspace"
Expand Down

0 comments on commit aba3827

Please sign in to comment.