Skip to content

Commit

Permalink
Add build dependencies of python3-apt
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Nov 5, 2023
1 parent 4ddca4c commit e9e5cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ADD dependencies.apt.txt ./

RUN apt-get update && \
xargs apt-get install --no-install-recommends -y < dependencies.apt.txt && \
apt-get --no-install-recommends -y build-dep python3-apt && \
apt-get clean && \
rmdir /var/cache/apt/archives/partial

Expand Down

0 comments on commit e9e5cc1

Please sign in to comment.