Skip to content

Commit

Permalink
Pull arch-specific version of kubo in Dockerfile
Browse files Browse the repository at this point in the history
Closes #835
  • Loading branch information
machawk1 committed Jun 26, 2024
1 parent cd1ffff commit cbf8a4b
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 @@ -22,8 +22,9 @@ RUN mkdir -p /data/{warc,cdxj,ipfs}
# Download and install IPFS
ENV IPFS_PATH=/data/ipfs
ARG IPFS_VERSION=v0.29.0
ARG BUILDARCH
RUN cd /tmp \
&& wget -q https://dist.ipfs.io/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-amd64.tar.gz \
&& wget -q https://dist.ipfs.io/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-$BUILDARCH.tar.gz \
&& tar xvfz kubo*.tar.gz \
&& mv kubo/ipfs /usr/local/bin/ipfs \
&& rm -rf kubo* \
Expand Down

0 comments on commit cbf8a4b

Please sign in to comment.