redis: apparently the tests don't work right in a Docker container? Hrm
This commit is contained in:
parent
ae5169e62d
commit
afa81d4fe6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN tar -xf /tmp/redis-stable.tar.gz -C /srv
|
||||||
|
|
||||||
WORKDIR /srv/redis-stable
|
WORKDIR /srv/redis-stable
|
||||||
|
|
||||||
RUN make distclean && make -j$(nproc) && make test
|
RUN make distclean && make -j$(nproc)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue