Skip to content

Commit

Permalink
fix: add gnupg and curl to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhertz committed Jul 19, 2024
1 parent 338d41c commit 34cfe2d
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 @@ -11,7 +11,9 @@ RUN install_packages \
binutils-aarch64-linux-gnu \
git \
ca-certificates \
apt-file
apt-file \
curl \
gnupg

RUN dpkg --add-architecture armhf && \
dpkg --add-architecture arm64
Expand Down

0 comments on commit 34cfe2d

Please sign in to comment.