Commit 4c03f0d3 authored by 罗永亮's avatar 罗永亮

Update .beagle/dockerfile

parent bb0633f1
Pipeline #91832 passed with stage
...@@ -12,8 +12,8 @@ RUN curl -fL -Lo /tmp/redis-${REDIS_VERSION}.tar.gz https://dl.wodcloud.com/lyl/ ...@@ -12,8 +12,8 @@ RUN curl -fL -Lo /tmp/redis-${REDIS_VERSION}.tar.gz https://dl.wodcloud.com/lyl/
cd /tmp && \ cd /tmp && \
tar xf redis-${REDIS_VERSION}.tar.gz && \ tar xf redis-${REDIS_VERSION}.tar.gz && \
cd redis-${REDIS_VERSION} && \ cd redis-${REDIS_VERSION} && \
make && \ make BUILD_TLS=yes && \
make install BUILD_TLS=yes make install
FROM $BASE FROM $BASE
......
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