re-add --no-cache option to apk

This commit is contained in:
Steffen Vogel
2022-05-16 09:51:14 +02:00
parent 86627d5237
commit 1925429c01
+2 -2
View File
@@ -3,7 +3,7 @@ FROM alpine:3.15 AS builder
ARG RECORDER_VERSION=0.8.8
# ARG RECORDER_VERSION=master
RUN apk add \
RUN apk add --no-cache \
make \
gcc \
git \
@@ -27,7 +27,7 @@ FROM alpine:3.15
VOLUME ["/store", "/config"]
RUN apk add \
RUN apk add --no-cache \
curl \
jq \
libcurl \