From 8a1a361f8b9f20a1b04627f7b50361338b16f711 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Wed, 13 Apr 2022 18:42:57 +0200 Subject: [PATCH] Containerfile: disable apk cache --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6c9a28b..32d433e 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM docker.io/alpine:latest -RUN apk add git py3-pip py3-matrix-nio py3-cryptography py3-pillow &&\ +RUN apk --no-cache add git py3-pip py3-matrix-nio py3-cryptography py3-pillow &&\ git clone https://git.it-syndikat.org/IT-Syndikat/its-matrix-bot.git /matrix-bot && \ cd /matrix-bot && \ pip install .