Install wheel
This commit is contained in:
parent
d7492e51f6
commit
8e9105fed5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ RUN apk update && apk add python3 dcron mariadb-client postgresql-client
|
|||
|
||||
ADD . /restic-compose-backup
|
||||
WORKDIR /restic-compose-backup
|
||||
RUN pip3 install -U pip setuptools && pip3 install -e .
|
||||
RUN pip3 install -U pip setuptools wheel && pip3 install -e .
|
||||
ENV XDG_CACHE_HOME=/cache
|
||||
|
||||
ENTRYPOINT []
|
||||
|
|
Loading…
Add table
Reference in a new issue