Polishing.

Add missing packages.

See #3136
This commit is contained in:
Mark Paluch
2025-05-12 10:53:10 +02:00
parent 12941af141
commit 13343a00fb
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ RUN set -eux; \
sed -i -e 's/ports.ubuntu.com/mirrors.ocf.berkeley.edu/g' /etc/apt/sources.list && \
sed -i -e 's/http/https/g' /etc/apt/sources.list && \
apt-get update ; \
apt-get install -y build-essential ; \
apt-get install -y build-essential curl; \
make work/redis/bin/redis-cli work/redis/bin/redis-server VERSION=${VERSION}; \
chmod -R o+rw work; \
apt-get clean; \

View File

@@ -13,7 +13,7 @@ RUN set -eux; \
sed -i -e 's/ports.ubuntu.com/mirrors.ocf.berkeley.edu/g' /etc/apt/sources.list && \
sed -i -e 's/http/https/g' /etc/apt/sources.list && \
apt-get update ; \
apt-get install -y build-essential ; \
apt-get install -y build-essential curl; \
make work/redis/bin/redis-cli work/redis/bin/redis-server VERSION=${VERSION}; \
chmod -R o+rw work; \
apt-get clean; \

View File

@@ -15,7 +15,7 @@ RUN set -eux; \
sed -i -e 's/ports.ubuntu.com/mirrors.ocf.berkeley.edu/g' /etc/apt/sources.list && \
sed -i -e 's/http/https/g' /etc/apt/sources.list && \
apt-get update ; \
apt-get install -y build-essential ; \
apt-get install -y build-essential curl; \
make work/valkey/bin/valkey-cli work/valkey/bin/valkey-server VERSION=${VERSION}; \
chmod -R o+rw work; \
apt-get clean; \