Skip to content

Commit

Permalink
fix(docker): add gnupg to docker-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Oct 28, 2023
1 parent 4c99c3d commit 6320994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/sfp-lite.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update \
g++ \
tzdata \
ca-certificates \
gnupg \
&& apt-get autoremove --assume-yes \
&& apt-get clean --assume-yes \
&& rm -rf /var/lib/apt/list/*
Expand Down

0 comments on commit 6320994

Please sign in to comment.