1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-15 17:51:06 +00:00
dragonflydb-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"]