Skip to content

Commit

Permalink
fix: Add zstd to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo committed Sep 16, 2024
1 parent 3d6670b commit b6482e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfiles/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV RALLY_RUNNING_IN_DOCKER=True
USER root

RUN apk update
RUN apk add curl git gcc pigz bash
RUN apk add curl git gcc pigz bash zstd

# pbzip2 doesn't have a package for wolfi, so we build it from source
RUN apk add bzip2-dev make wget glibc-dev zlib-dev openssl-dev libffi-dev \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfiles/Dockerfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV RALLY_RUNNING_IN_DOCKER=True
USER root

RUN apk update
RUN apk add curl git gcc pigz bash
RUN apk add curl git gcc pigz bash zstd

# pbzip2 doesn't have a package for wolfi, so we build it from source
RUN apk add bzip2-dev make wget glibc-dev zlib-dev openssl-dev libffi-dev \
Expand Down

0 comments on commit b6482e4

Please sign in to comment.