redis: apparently the tests don't work right in a Docker container? Hrm

This commit is contained in:
Starbeamrainbowlabs 2020-12-04 13:18:38 +00:00
parent ae5169e62d
commit afa81d4fe6
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN tar -xf /tmp/redis-stable.tar.gz -C /srv
WORKDIR /srv/redis-stable
RUN make distclean && make -j$(nproc) && make test
RUN make distclean && make -j$(nproc)
###############################################################################