File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN set -eux; \
13
13
sed -i -e 's/ports.ubuntu.com/mirrors.ocf.berkeley.edu/g' /etc/apt/sources.list && \
14
14
sed -i -e 's/http/https/g' /etc/apt/sources.list && \
15
15
apt-get update ; \
16
- apt-get install -y build-essential ; \
16
+ apt-get install -y build-essential curl ; \
17
17
make work/redis/bin/redis-cli work/redis/bin/redis-server VERSION=${VERSION}; \
18
18
chmod -R o+rw work; \
19
19
apt-get clean; \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN set -eux; \
13
13
sed -i -e 's/ports.ubuntu.com/mirrors.ocf.berkeley.edu/g' /etc/apt/sources.list && \
14
14
sed -i -e 's/http/https/g' /etc/apt/sources.list && \
15
15
apt-get update ; \
16
- apt-get install -y build-essential ; \
16
+ apt-get install -y build-essential curl ; \
17
17
make work/redis/bin/redis-cli work/redis/bin/redis-server VERSION=${VERSION}; \
18
18
chmod -R o+rw work; \
19
19
apt-get clean; \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN set -eux; \
15
15
sed -i -e 's/ports.ubuntu.com/mirrors.ocf.berkeley.edu/g' /etc/apt/sources.list && \
16
16
sed -i -e 's/http/https/g' /etc/apt/sources.list && \
17
17
apt-get update ; \
18
- apt-get install -y build-essential ; \
18
+ apt-get install -y build-essential curl ; \
19
19
make work/valkey/bin/valkey-cli work/valkey/bin/valkey-server VERSION=${VERSION}; \
20
20
chmod -R o+rw work; \
21
21
apt-get clean; \
You can’t perform that action at this time.
0 commit comments