Containerfile: disable apk cache
This commit is contained in:
parent
c93aa8800c
commit
8a1a361f8b
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue