Commit 271e6f0e authored by 罗永亮's avatar 罗永亮

Update .beagle/dockerfile

parent b54dcb31
Pipeline #91711 failed with stage
...@@ -14,7 +14,7 @@ ARG REDIS_VERSION="stable" ...@@ -14,7 +14,7 @@ ARG REDIS_VERSION="stable"
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories &&\ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories &&\
apk add --no-cache su-exec tzdata make curl build-base linux-headers bash openssl-dev apk add --no-cache su-exec tzdata make curl build-base linux-headers bash openssl-dev
RUN curl -fL -Lo /tmp/redis-${REDIS_VERSION}.tar.gz https://dl.wodcloud.com/lyl/redis-stable/ && \ RUN curl -fL -Lo /tmp/redis-${REDIS_VERSION}.tar.gz https://dl.wodcloud.com/lyl/redis-stable.tar.gz && \
cd /tmp && \ cd /tmp && \
tar xvzf redis-${REDIS_VERSION}.tar.gz && \ tar xvzf redis-${REDIS_VERSION}.tar.gz && \
cd redis-${REDIS_VERSION} && \ cd redis-${REDIS_VERSION} && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment