Skip to content

Commit

Permalink
Install coreutils into pipe Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Feb 5, 2021
1 parent f9a9098 commit 9790b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.pipe
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/mood-mapping-muppets/re

RUN apt-get update && \
apt-get install -y \
zstd xz-utils git build-essential wget \
zstd xz-utils git build-essential wget coreutils \
python3 python3-dev python3-pip \
r-base r-base-dev && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 9790b0d

Please sign in to comment.