Skip to content

Commit

Permalink
Merge pull request #9 from CodeLieutenant/bash-in-docker
Browse files Browse the repository at this point in the history
fix(docker): adding bash to support SCT for Scylla enterprice
  • Loading branch information
CodeLieutenant authored Aug 11, 2024
2 parents 4a18434 + 1b838ea commit 3a792b4
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 3a792b4

Please sign in to comment.