dragonfly/tests/integration/pascaldekloe.Dockerfile
2023-03-17 10:09:42 +02:00

8 lines
145 B
Docker

FROM golang:1.20
RUN git clone https://github.com/pascaldekloe/redis.git
WORKDIR redis
ENV TEST_REDIS_ADDR=localhost
CMD ["go", "test", "-v"]