Skip to content

Commit fb6afd8

Browse files
committed
Polishing.
Add missing packages. See #3136
1 parent 8c02fa5 commit fb6afd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/openjdk17-redis-6.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -eux; \
1313
sed -i -e 's/ports.ubuntu.com/mirrors.ocf.berkeley.edu/g' /etc/apt/sources.list && \
1414
sed -i -e 's/http/https/g' /etc/apt/sources.list && \
1515
apt-get update ; \
16-
apt-get install -y build-essential ; \
16+
apt-get install -y build-essential curl; \
1717
make work/redis/bin/redis-cli work/redis/bin/redis-server VERSION=${VERSION}; \
1818
chmod -R o+rw work; \
1919
apt-get clean; \

ci/openjdk17-redis-7.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -eux; \
1313
sed -i -e 's/ports.ubuntu.com/mirrors.ocf.berkeley.edu/g' /etc/apt/sources.list && \
1414
sed -i -e 's/http/https/g' /etc/apt/sources.list && \
1515
apt-get update ; \
16-
apt-get install -y build-essential ; \
16+
apt-get install -y build-essential curl; \
1717
make work/redis/bin/redis-cli work/redis/bin/redis-server VERSION=${VERSION}; \
1818
chmod -R o+rw work; \
1919
apt-get clean; \

ci/openjdk17-valkey-8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN set -eux; \
1515
sed -i -e 's/ports.ubuntu.com/mirrors.ocf.berkeley.edu/g' /etc/apt/sources.list && \
1616
sed -i -e 's/http/https/g' /etc/apt/sources.list && \
1717
apt-get update ; \
18-
apt-get install -y build-essential ; \
18+
apt-get install -y build-essential curl; \
1919
make work/valkey/bin/valkey-cli work/valkey/bin/valkey-server VERSION=${VERSION}; \
2020
chmod -R o+rw work; \
2121
apt-get clean; \

0 commit comments

Comments
 (0)