Files
clio/.github/actions/test/Dockerfile
2023-03-21 05:45:56 +00:00

7 lines
139 B
Docker

FROM cassandra:4.0.4
RUN apt-get update && apt-get install -y postgresql
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]