File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
ARG OSNICK=bionic
4
4
5
5
# ----------------------------------------------------------------------------------------------
6
- FROM raffapen/redis-${OSNICK}-xbuild :5.0.5 AS builder
6
+ FROM raffapen/redis-${OSNICK}:5.0.5 AS builder
7
7
8
8
ADD ./ /build
9
9
WORKDIR /build
@@ -14,7 +14,7 @@ RUN make deps
14
14
RUN make -j`nproc`
15
15
16
16
# ----------------------------------------------------------------------------------------------
17
- FROM raffapen/redis-${OSNICK}-xbuild :5.0.5
17
+ FROM raffapen/redis-${OSNICK}:5.0.5
18
18
19
19
ENV LD_LIBRARY_PATH /usr/lib/redis/modules/
20
20
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN [ "cross-build-start" ]
24
24
25
25
ENV LD_LIBRARY_PATH /usr/lib/redis/modules/
26
26
27
- RUN mkdir -p "$LD_LIBRARY_PATH";
27
+ RUN mkdir -p "$LD_LIBRARY_PATH"
28
28
29
29
COPY --from=builder /build/bin/redisai.so "$LD_LIBRARY_PATH"
30
30
COPY --from=builder /build/deps/install/*.so* "$LD_LIBRARY_PATH"
You can’t perform that action at this time.
0 commit comments