Skip to content

Commit

Permalink
fix(docker): adding bash to support SCT for Scylla enterprice
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <dusan.malusev@scylladb.com>
  • Loading branch information
CodeLieutenant committed Aug 9, 2024
1 parent 4a18434 commit 1b838ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ COPY --from=build /app/build/dist .

RUN apk update \
&& apk upgrade \
&& apk add bash \
&& chmod +x tools/bin/cassandra-stress \
&& chmod +x tools/bin/cassandra-stressd \
&& rm tools/bin/*.bat

SHELL [ "/bin/bash" ]

CMD ["cassandra-stress"]

0 comments on commit 1b838ea

Please sign in to comment.