Skip to content

Commit

Permalink
Merge pull request #13703 from romeroalx/backport-13692-to-rec-5.0.x
Browse files Browse the repository at this point in the history
Backport 13692 to rec 5.0.x: GH Actions - Fix builder workflow for Debian Trixie
  • Loading branch information
romeroalx committed Jan 11, 2024
2 parents 524b8cc + ad185d5 commit cf1d041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder-support/dockerfiles/Dockerfile.target.debian-trixie
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ FROM arm64v8/debian:trixie as dist-base

ARG BUILDER_CACHE_BUSTER=
ARG APT_URL
RUN apt-get update && apt-get -y dist-upgrade
RUN apt-get update && apt-get -y dist-upgrade && \
apt-get install -y fakeroot

@INCLUDE Dockerfile.debbuild-prepare

Expand Down

0 comments on commit cf1d041

Please sign in to comment.