Containerfile: disable apk cache

This commit is contained in:
Xiretza 2022-04-13 18:42:57 +02:00
parent c93aa8800c
commit 8a1a361f8b
1 changed files with 1 additions and 1 deletions

View File

@ -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 .