Skip to content

Commit

Permalink
Add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman authored Sep 6, 2024
1 parent fc56615 commit 5ecfb5c
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
@@ -1,6 +1,6 @@
FROM docker.io/library/alpine:3.20.2

RUN --mount=type=cache,target=/var/cache/apk,sharing=locked apk add tar curl make parallel fd
RUN --mount=type=cache,target=/var/cache/apk,sharing=locked apk add tar curl make parallel fd bash

RUN curl -sfL "https://github.com/FNNDSC/chrs/releases/download/v0.3.1/chrs-$(uname -m)-unknown-linux-musl-v0.3.1.tar.gz" \
| tar xz -C /usr/local/bin
Expand Down

0 comments on commit 5ecfb5c

Please sign in to comment.