From 56abe26843ff3e0d388acd076b2f77d4c3d50323 Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Tue, 1 Oct 2024 15:33:05 -0400 Subject: [PATCH] ci: arm docker build --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a3bb6fe..af242b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,9 @@ ARG TARGETARCH RUN ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime && \ echo "Etc/UTC" > /etc/timezone -# Install curl, build-essential, and other dependencies, including tzdata +# Install wget, curl, build-essential, and other dependencies, including tzdata RUN apt-get update && apt-get install -y \ + wget \ curl \ build-essential \ libsecret-1-dev \