Skip to content

Commit

Permalink
Merge pull request #583 from planetarium/main
Browse files Browse the repository at this point in the history
Merge main to dev
  • Loading branch information
area363 authored Dec 12, 2023
2 parents cd5db8b + 5c31c53 commit b6973d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ COPY ./NineChronicles.Headless ./NineChronicles.DataProvider/NineChronicles.Head

RUN apt-get update \
&& apt-get install -y --allow-unauthenticated \
libc6-dev jq curl \
libc6-dev liblz4-dev zlib1g-dev libsnappy-dev libzstd-dev jq curl \
&& rm -rf /var/lib/apt/lists/*

VOLUME /data
Expand Down

0 comments on commit b6973d2

Please sign in to comment.