abra/tests/integration/Dockerfile
decentral1se 2f10fb80a8
Some checks reported errors
continuous-integration/drone/pr Build was killed
continuous-integration/drone/push Build was killed
wip: automated integration tests
2023-08-02 11:59:43 +02:00

17 lines
268 B
Docker

FROM debian:12-slim
RUN apt update && \
apt install -y --no-install-recommends \
bats \
bats-assert \
bats-support \
ca-certificates \
curl \
expect \
git \
golang \
make \
openssl
RUN curl -fsSL https://get.docker.com | sh