Skip to content

Commit

Permalink
Need zstd for actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 5, 2024
1 parent 31e291f commit 208363d
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 @@ -28,7 +28,7 @@ RUN apt-get update && \

# Install some common runtime libs
RUN CRANLIBS=$(curl https://r-universe.dev/stats/sysdeps/noble | jq --slurp -r '.[].packages | flatten[]' | grep -v "libnode") &&\
apt-get install -y --no-install-recommends xvfb $CRANLIBS && \
apt-get install -y --no-install-recommends zstd xvfb $CRANLIBS && \
apt-get clean all

# Setup Node, Emscripten & webR
Expand Down

0 comments on commit 208363d

Please sign in to comment.