added inotify package
This commit is contained in:
@@ -8,13 +8,13 @@ RUN wget -O redis.tar.gz "$REDIS_DOWNLOAD_URL" && \
|
|||||||
tar -xzf redis.tar.gz -C /usr/src/redis --strip-components=1 && \
|
tar -xzf redis.tar.gz -C /usr/src/redis --strip-components=1 && \
|
||||||
cd /usr/src/redis/src && \
|
cd /usr/src/redis/src && \
|
||||||
make BUILD_TLS=yes MALLOC=libc redis-cli
|
make BUILD_TLS=yes MALLOC=libc redis-cli
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
COPY --from=redis-source /usr/src/redis/src/redis-cli /usr/bin/redis-cli
|
COPY --from=redis-source /usr/src/redis/src/redis-cli /usr/bin/redis-cli
|
||||||
RUN chmod +x /usr/bin/redis-cli
|
RUN chmod +x /usr/bin/redis-cli
|
||||||
|
|
||||||
RUN apk add --update --no-cache docker-cli wget curl dos2unix jq openssl git openssh-client coreutils
|
RUN apk add --update --no-cache docker-cli wget curl dos2unix jq openssl git openssh-client coreutils inotify-tools
|
||||||
|
|
||||||
COPY scripts/scheduler/*.sh /scripts/
|
COPY scripts/scheduler/*.sh /scripts/
|
||||||
RUN find ./scripts -name "*.sh" | xargs dos2unix
|
RUN find ./scripts -name "*.sh" | xargs dos2unix
|
||||||
|
|||||||
Reference in New Issue
Block a user