Skip to content

Commit

Permalink
ci: arm docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Oct 1, 2024
1 parent 17af04e commit 56abe26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 56abe26

Please sign in to comment.