Skip to content

Commit

Permalink
fix-arc
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Nov 20, 2023
1 parent bb1c47e commit 7638f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ RUN apt-get update -qq && \
cargo clean

# Install arc
RUN wget -O /usr/local/bin/arc -q https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_linux_amd64 && \
RUN wget -O /usr/local/bin/arc -q https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_linux_arm64 && \
chmod +x /usr/local/bin/arc

# Install aws cli
Expand Down

0 comments on commit 7638f99

Please sign in to comment.