Skip to content

Commit

Permalink
Merge pull request #75 from infosiftr/dirmngr
Browse files Browse the repository at this point in the history
Remove explicit `dirmngr` reference
  • Loading branch information
yosifkit authored Apr 29, 2023
2 parents ab914df + 50f732f commit 9b8e397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SHELL ["bash", "-Eeuo", "pipefail", "-xc"]
RUN apt-get update; \
apt-get install -y --no-install-recommends \
file \
gnupg dirmngr \
gnupg \
wget \
; \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 9b8e397

Please sign in to comment.