This commit is contained in:
Mark Paluch
2024-08-08 14:58:19 +02:00
parent dfb65da436
commit 5c94b65dd7

View File

@@ -10,7 +10,7 @@ COPY ./Makefile /
RUN set -eux; \
# 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; \