Skip to content

Commit

Permalink
Pin zstd dictionary to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Nov 6, 2024
1 parent 4c55746 commit 1aaba8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN cargo install [email protected] --no-default-features --features sqlite
RUN cargo install sccache --version ^0.8
ENV RUSTC_WRAPPER=sccache SCCACHE_DIR=/sccache

RUN curl https://github.com/astrenoxcoop/supercell/archive/refs/tags/0.1.2.zip -L -o supercell.zip && unzip supercell.zip
RUN curl https://github.com/bluesky-social/jetstream/raw/0ab10bd041fe1fdf682d3964b20d944905c4862d/pkg/models/zstd_dictionary -L -o supercell.zip && unzip supercell.zip

RUN mv supercell-0.1.2 /app

Expand Down

0 comments on commit 1aaba8e

Please sign in to comment.