Skip to content

Commit

Permalink
Merge pull request #94 from DarkFlorist/micah
Browse files Browse the repository at this point in the history
Makes docker image use snapshot instead of evergreen repository.
  • Loading branch information
KillariDev authored Dec 13, 2024
2 parents ba1e136 + 02a5c1c commit ca531e9
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 @@ -35,7 +35,9 @@ FROM debian:12.6-slim@sha256:39868a6f452462b70cf720a8daff250c63e7342970e749059c1

# Add curl to the base image (7.88.1-10+deb12u6)
# Add jq to the base image (1.6-2.1)
RUN apt-get update && apt-get install -y curl=7.88.1-10+deb12u7 jq=1.6-2.1
RUN sed -i 's/URIs/# URIs/g' /etc/apt/sources.list.d/debian.sources && \
sed -i 's/# http/URIs: http/g' /etc/apt/sources.list.d/debian.sources && \
apt-get update -o Acquire::Check-Valid-Until=false && apt-get install -y curl=7.88.1-10+deb12u6 jq=1.6-2.1

# Install kubo and initialize ipfs
COPY --from=ipfs-kubo /usr/local/bin/ipfs /usr/local/bin/ipfs
Expand Down

0 comments on commit ca531e9

Please sign in to comment.